gnu: arb: Update to 2.21.1.

* gnu/packages/algebra.scm (arb): Update to 2.21.1.
This commit is contained in:
Andreas Enge 2021-11-22 13:27:16 +01:00
parent 7f4b31578d
commit e1dce8faf0
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3

View File

@ -485,7 +485,7 @@ fast arithmetic.")
(define-public arb (define-public arb
(package (package
(name "arb") (name "arb")
(version "2.21.0") (version "2.21.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -494,7 +494,7 @@ fast arithmetic.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0c7q8bbm2izh0j0342v0dkgg1lgd6f0fn3i9x9x80brjjhg65q7b")))) "1lmcl122qy6mr1g1y65bm7dk9fj0sym7gzmvar5vdgk7ln03c5iq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("flint" ,flint))) ; flint.h is included by arf.h `(("flint" ,flint))) ; flint.h is included by arf.h