[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
153/203: gnu: boost: Update to 1.77.0.
From: |
guix-commits |
Subject: |
153/203: gnu: boost: Update to 1.77.0. |
Date: |
Wed, 3 Nov 2021 21:10:28 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 56b7b59c3828b9f12dfb0cbc56ef6deb2108d39f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 23 22:32:06 2021 -0400
gnu: boost: Update to 1.77.0.
* gnu/packages/boost.scm (boost): Update to 1.77.0.
---
gnu/packages/boost.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 538d921..a614972 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -67,7 +67,7 @@
(define-public boost
(package
(name "boost")
- (version "1.76.0")
+ (version "1.77.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://boostorg.jfrog.io/artifactory/main/release/"
@@ -75,7 +75,7 @@
(version-with-underscores version)
".tar.bz2"))
(sha256
(base32
- "0hcc661savk32hx65997p0ss1awj6ala4cmz4w7lbi42x6k7nfgh"))))
+ "0m08hhk3l7zvzajyk39qlw566q3fhixayhc2j11328qf0gy8b7zw"))))
(build-system gnu-build-system)
(inputs `(("icu4c" ,icu4c)
("zlib" ,zlib)))
@@ -183,8 +183,7 @@
(symlink libboost_pythonNN.so
(string-append "libboost_python"
(string-take python-version
1)
- ".so")))
- #t))))))))
+ ".so")))))))))))
(home-page "https://www.boost.org")
(synopsis "Peer-reviewed portable C++ source libraries")
- 88/203: guix: packages: Fix repacking of plain tarballs., (continued)
- 88/203: guix: packages: Fix repacking of plain tarballs., guix-commits, 2021/11/03
- 112/203: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/11/03
- 95/203: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/11/03
- 96/203: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/11/03
- 102/203: gnu: meson: Patch to allow installing to independent prefixes., guix-commits, 2021/11/03
- 119/203: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/11/03
- 129/203: gnu: libsoup: Update to 3.0.1., guix-commits, 2021/11/03
- 134/203: gnu: llvm: Add make-lld-wrapper, lld-wrapper and lld-as-ld-wrapper., guix-commits, 2021/11/03
- 131/203: gnu: pulseaudio: Add doxygen to fix build., guix-commits, 2021/11/03
- 156/203: gnu: python-six-bootstrap: Update to 1.16.0., guix-commits, 2021/11/03
- 153/203: gnu: boost: Update to 1.77.0.,
guix-commits <=
- 147/203: gnu: nss: Update to 3.71., guix-commits, 2021/11/03
- 155/203: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/03
- 25/203: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/11/03
- 07/203: gnu: json-c: Update to 0.15., guix-commits, 2021/11/03
- 34/203: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/11/03
- 01/203: gnu: apr: Update to 1.7.0., guix-commits, 2021/11/03
- 03/203: gnu: rust: Update to 1.50., guix-commits, 2021/11/03
- 09/203: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/11/03
- 06/203: gnu: shadow: Set log in /var/log., guix-commits, 2021/11/03
- 05/203: gnu: pulseaudio: Use meson build system., guix-commits, 2021/11/03