diff options
author | Andreas Enge <andreas@enge.fr> | 2018-01-14 21:11:04 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2018-01-14 21:11:04 +0100 |
commit | b1225dd30f6cf0d6700beafcd73a5bba413c6f76 (patch) | |
tree | 1a3a40474c88e0e6a6ca775113ba0865cb91aca1 /gnu/packages/algebra.scm | |
parent | 9054bbfe1e7a86d109259962cec536073354b0c0 (diff) | |
download | guix-b1225dd30f6cf0d6700beafcd73a5bba413c6f76.tar guix-b1225dd30f6cf0d6700beafcd73a5bba413c6f76.tar.gz |
arb: Update to 2.12.0.
* gnu/packages/algebra.scm (arb): Update to 2.12.0.
Diffstat (limited to 'gnu/packages/algebra.scm')
-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 95c3df62aa..5ec7f94d2d 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -310,7 +310,7 @@ fast arithmetic.") (define-public arb (package (name "arb") - (version "2.10.0") + (version "2.12.0") (source (origin (method url-fetch) (uri (string-append @@ -319,7 +319,7 @@ fast arithmetic.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0jwcv9ssvi8axb1y7m2h4ykgyl015cl6g28gfl92l4dgnag585ak")))) + "0j37xkxbqpra4sf0a96x4sqbl5fkal8d7c94bi9wdsqqj6kgcsil")))) (build-system gnu-build-system) (propagated-inputs `(("flint" ,flint))) ; flint.h is included by arf.h |