arb: Update to 2.12.0.

* gnu/packages/algebra.scm (arb): Update to 2.12.0.
This commit is contained in:
Andreas Enge 2018-01-14 21:11:04 +01:00
parent 9054bbfe1e
commit b1225dd30f
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -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