mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 08:30:39 +02:00
gnu: boost: Update to 1.88.0.
* gnu/packages/boost.scm (boost): Update to 1.88.0. [source]: Remove patches. * gnu/packages/finance.scm (ledger)[inputs]: Replace boost with boost-1.83. Change-Id: I247f3eaecde3de3fe227586b840f0312b4797ee1
This commit is contained in:
parent
4729890fc8
commit
4ca28feec5
2 changed files with 3 additions and 10 deletions
|
@ -69,22 +69,15 @@
|
||||||
(define-public boost
|
(define-public boost
|
||||||
(package
|
(package
|
||||||
(name "boost")
|
(name "boost")
|
||||||
(version "1.83.0")
|
(version "1.88.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archives.boost.io/release/"
|
(uri (string-append "https://archives.boost.io/release/"
|
||||||
version "/source/boost_"
|
version "/source/boost_"
|
||||||
(version-with-underscores version) ".tar.bz2"))
|
(version-with-underscores version) ".tar.bz2"))
|
||||||
(patches
|
|
||||||
(append
|
|
||||||
(search-patches "boost-fix-duplicate-definitions-bug.patch")
|
|
||||||
(list (boost-patch
|
|
||||||
"0001-unordered-fix-copy-assign.patch" version
|
|
||||||
"09j61m5xh7099k5na9i43x5rra51znf7vm2nyh89yqpizcll9q66"))))
|
|
||||||
(patch-flags '("-p2"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13iviiwk1srpw9dmiwabkxv56v0pl0zggjp8zxy1419k5zzfsy34"))))
|
"0yrgn6syk260ckq9ld44vjv1bl6bamhy3jbp10kikcipcv0d5na6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(append
|
(append
|
||||||
|
|
|
@ -380,7 +380,7 @@ and dynamically with report tools based on filtering and graphical charts.")
|
||||||
"share/zoneinfo"))
|
"share/zoneinfo"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost-1.83
|
||||||
gmp
|
gmp
|
||||||
libedit
|
libedit
|
||||||
mpfr
|
mpfr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue