diff options
author | Andreas Enge <andreas@enge.fr> | 2021-11-22 13:27:16 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2021-11-22 13:27:50 +0100 |
commit | e1dce8faf0a4f052082465db0e348a5f604859b6 (patch) | |
tree | 4ab27b47ff55ba59eb34b2b067f1468da4bc23f4 | |
parent | 7f4b31578d1c4b6ad72677da328c0ecacd4ca6b2 (diff) | |
download | guix-e1dce8faf0a4f052082465db0e348a5f604859b6.tar.gz |
gnu: arb: Update to 2.21.1.
* gnu/packages/algebra.scm (arb): Update to 2.21.1.
-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 76bb288181..b704d98dde 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.21.0") + (version "2.21.1") (source (origin (method git-fetch) (uri (git-reference @@ -494,7 +494,7 @@ fast arithmetic.") (file-name (git-file-name name version)) (sha256 (base32 - "0c7q8bbm2izh0j0342v0dkgg1lgd6f0fn3i9x9x80brjjhg65q7b")))) + "1lmcl122qy6mr1g1y65bm7dk9fj0sym7gzmvar5vdgk7ln03c5iq")))) (build-system gnu-build-system) (propagated-inputs `(("flint" ,flint))) ; flint.h is included by arf.h |