gnu: arb: Update to 2.21.0.

* gnu/packages/algebra.scm (arb): Update to 2.21.0.
This commit is contained in:
Andreas Enge 2021-10-06 11:59:24 +02:00
parent 9a35fd285f
commit 9b461b1c89
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -485,7 +485,7 @@ (define-public flint
(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 @@ (define-public arb
(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