diff options
author | Andreas Enge <andreas@enge.fr> | 2022-08-08 20:22:11 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2022-08-08 22:26:10 +0200 |
commit | a0668d88bcd67b3955c5303da2125874cc48d71d (patch) | |
tree | 9c0876cc1709c6622dd08f53b0cb118fa2ea9e56 /gnu | |
parent | 2c3828c0b5d23a181d5c14f67723716183c1d356 (diff) | |
download | guix-a0668d88bcd67b3955c5303da2125874cc48d71d.tar.gz guix-a0668d88bcd67b3955c5303da2125874cc48d71d.zip |
gnu: arb: Update to 2.23.0.
* gnu/packages/algebra.scm (arb): Update to 2.23.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 66d0db71bc..61d7683ee4 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -466,7 +466,7 @@ fast arithmetic.") (define-public arb (package (name "arb") - (version "2.22.1") + (version "2.23.0") (source (origin (method git-fetch) (uri (git-reference @@ -475,7 +475,7 @@ fast arithmetic.") (file-name (git-file-name name version)) (sha256 (base32 - "0qcyf8a7w95yxap0r3sb7xibk53nbs5kkidja3ljvqpbpk5xvpax")))) + "1m9vskyf857gbm0cbh3z8c8m6cqkqa765wb9hqmsv7yzfmklzpvn")))) (build-system gnu-build-system) (propagated-inputs (list flint)) ; flint.h is included by arf.h |