me
/
guix
Archived
1
0
Fork 0

gnu: mpfrcx: Update to 0.6.2.

* gnu/packages/algebra.scm (mpfrcx): Update to 0.6.2.
master
Andreas Enge 2021-06-21 16:44:26 +02:00
parent 6acc04eca7
commit 91defaf245
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
(define-public mpfrcx
(package
(name "mpfrcx")
(version "0.6.1")
(version "0.6.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -84,7 +84,7 @@
version ".tar.gz"))
(sha256
(base32
"0gk2l40awp3q1lh828dhcjshcldy3b1l2v51glaq0lj1h7w34sin"))))
"165syd6kihwp6bry9hvr3v0908cgadsz5w5h5ry4mjnchrklnb7w"))))
(build-system gnu-build-system)
(propagated-inputs
`(("gmp" ,gmp)