mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: arb: Update to 2.23.0.
* gnu/packages/algebra.scm (arb): Update to 2.23.0.
This commit is contained in:
parent
2c3828c0b5
commit
a0668d88bc
1 changed files with 2 additions and 2 deletions
|
@ -466,7 +466,7 @@ (define-public flint
|
||||||
(define-public arb
|
(define-public arb
|
||||||
(package
|
(package
|
||||||
(name "arb")
|
(name "arb")
|
||||||
(version "2.22.1")
|
(version "2.23.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -475,7 +475,7 @@ (define-public arb
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qcyf8a7w95yxap0r3sb7xibk53nbs5kkidja3ljvqpbpk5xvpax"))))
|
"1m9vskyf857gbm0cbh3z8c8m6cqkqa765wb9hqmsv7yzfmklzpvn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list flint)) ; flint.h is included by arf.h
|
(list flint)) ; flint.h is included by arf.h
|
||||||
|
|
Loading…
Reference in a new issue