me
/
guix
Archived
1
0
Fork 0

gnu: mpfrcx: Update to 0.6.3.

* gnu/packages/algebra.scm (mpfrcx): Update to 0.6.3.
master
Andreas Enge 2021-09-10 17:28:13 +02:00
parent 63cc4dd579
commit eb319663d9
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
(define-public mpfrcx
(package
(name "mpfrcx")
(version "0.6.2")
(version "0.6.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -86,7 +86,7 @@
version ".tar.gz"))
(sha256
(base32
"165syd6kihwp6bry9hvr3v0908cgadsz5w5h5ry4mjnchrklnb7w"))))
"1545vgizpypqi2rrriad0ybqv0qwbn9zr0ibxpk00gha9ihv7acx"))))
(build-system gnu-build-system)
(propagated-inputs
`(("gmp" ,gmp)