gnu: boost: Update to 1.77.0.

* gnu/packages/boost.scm (boost): Update to 1.77.0.
This commit is contained in:
Maxim Cournoyer 2021-10-23 22:32:06 -04:00
parent 2e2c6482c9
commit 68ce9c3884
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -67,7 +67,7 @@
(define-public boost (define-public boost
(package (package
(name "boost") (name "boost")
(version "1.76.0") (version "1.77.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://boostorg.jfrog.io/artifactory/main/release/" (uri (string-append "https://boostorg.jfrog.io/artifactory/main/release/"
@ -75,7 +75,7 @@
(version-with-underscores version) ".tar.bz2")) (version-with-underscores version) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0hcc661savk32hx65997p0ss1awj6ala4cmz4w7lbi42x6k7nfgh")))) "0m08hhk3l7zvzajyk39qlw566q3fhixayhc2j11328qf0gy8b7zw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("icu4c" ,icu4c) (inputs `(("icu4c" ,icu4c)
("zlib" ,zlib))) ("zlib" ,zlib)))
@ -183,8 +183,7 @@
(symlink libboost_pythonNN.so (symlink libboost_pythonNN.so
(string-append "libboost_python" (string-append "libboost_python"
(string-take python-version 1) (string-take python-version 1)
".so"))) ".so")))))))))))
#t))))))))
(home-page "https://www.boost.org") (home-page "https://www.boost.org")
(synopsis "Peer-reviewed portable C++ source libraries") (synopsis "Peer-reviewed portable C++ source libraries")