diff options
author | Andreas Enge <andreas@enge.fr> | 2021-10-06 11:59:24 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2021-10-06 19:57:50 +0200 |
commit | 9b461b1c898de0fa3168808a36c503a2f3dd43eb (patch) | |
tree | f83d39265fb3190c75232241b72c5fbdb534fd03 /gnu | |
parent | 9a35fd285f501a9b65ce3cbb7e1f475bb7d6ecdf (diff) | |
download | guix-9b461b1c898de0fa3168808a36c503a2f3dd43eb.tar.gz guix-9b461b1c898de0fa3168808a36c503a2f3dd43eb.zip |
gnu: arb: Update to 2.21.0.
* gnu/packages/algebra.scm (arb): Update to 2.21.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 4bc114ecbf..d535039d61 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -485,7 +485,7 @@ fast arithmetic.") (define-public arb (package (name "arb") - (version "2.18.1") + (version "2.21.0") (source (origin (method git-fetch) (uri (git-reference @@ -494,7 +494,7 @@ fast arithmetic.") (file-name (git-file-name name version)) (sha256 (base32 - "15fx3dcbzgwddw9p1nysmx0dbh058afv5m8cj5pdjkcmcl7kw7z9")))) + "0c7q8bbm2izh0j0342v0dkgg1lgd6f0fn3i9x9x80brjjhg65q7b")))) (build-system gnu-build-system) (propagated-inputs `(("flint" ,flint))) ; flint.h is included by arf.h |