gnu: arb: Update to 2.22.1.

* gnu/packages/algebra.scm (arb): Update to 2.22.1.
This commit is contained in:
Andreas Enge 2022-04-19 15:35:10 +02:00
parent 30d8748ca2
commit 073e0c399d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -470,7 +470,7 @@ (define-public flint
(define-public arb
(package
(name "arb")
(version "2.21.1")
(version "2.22.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -479,7 +479,7 @@ (define-public arb
(file-name (git-file-name name version))
(sha256
(base32
"1lmcl122qy6mr1g1y65bm7dk9fj0sym7gzmvar5vdgk7ln03c5iq"))))
"0qcyf8a7w95yxap0r3sb7xibk53nbs5kkidja3ljvqpbpk5xvpax"))))
(build-system gnu-build-system)
(propagated-inputs
(list flint)) ; flint.h is included by arf.h