gnu: mpfrcx: Update to 0.6.1.
* gnu/packages/algebra.scm (mpfrcx): Update to 0.6.1.
This commit is contained in:
parent
041d62f7cc
commit
df0b723345
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@
|
||||||
(define-public mpfrcx
|
(define-public mpfrcx
|
||||||
(package
|
(package
|
||||||
(name "mpfrcx")
|
(name "mpfrcx")
|
||||||
(version "0.6")
|
(version "0.6.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gz5rma9al2jrifpknqkcnd9dkf8l05jcxy3s4ghwhd4y3h5dwia"))))
|
"0gk2l40awp3q1lh828dhcjshcldy3b1l2v51glaq0lj1h7w34sin"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gmp" ,gmp)
|
`(("gmp" ,gmp)
|
||||||
|
|
Reference in a new issue