diff options
author | Andreas Enge <andreas@enge.fr> | 2019-03-18 23:22:33 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2019-03-18 23:22:33 +0100 |
commit | 402db5113f89afc27a1112e26bd92a8194f43cc9 (patch) | |
tree | b9fbe4b0aab748f40962cccf7190f204af608a33 /gnu | |
parent | 01d7cafeef674f0e0603bdb3988271cf2c119fb2 (diff) | |
download | patches-402db5113f89afc27a1112e26bd92a8194f43cc9.tar patches-402db5113f89afc27a1112e26bd92a8194f43cc9.tar.gz |
gnu: arb: Update to 2.16.0.
* gnu/packages/algebra.scm (arb): Update to 2.16.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 67385d1875..2849a565c3 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -380,7 +380,7 @@ fast arithmetic.") (define-public arb (package (name "arb") - (version "2.14.0") + (version "2.16.0") (source (origin (method git-fetch) (uri (git-reference @@ -389,7 +389,7 @@ fast arithmetic.") (file-name (git-file-name name version)) (sha256 (base32 - "1ndxg7h4xvccjgp5l9z2f8b66dsff6fhf86bn5n7f75a1ksd7554")))) + "0478671wfwy3gl26sbxh1jq1ih36z4k72waa8y2y2lvn649gb7cd")))) (build-system gnu-build-system) (propagated-inputs `(("flint" ,flint))) ; flint.h is included by arf.h |