mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: mpfrcx: Update to 0.6.
* gnu/packages/algebra.scm (mpfrcx): Update to 0.6.
This commit is contained in:
parent
ee1b6558be
commit
5f8ea8e491
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ (define-module (gnu packages algebra)
|
|||
(define-public mpfrcx
|
||||
(package
|
||||
(name "mpfrcx")
|
||||
(version "0.5")
|
||||
(version "0.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -82,7 +82,7 @@ (define-public mpfrcx
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1s968480ymv6w0rnvfp9mxvx98hvi29fkvw8nk4ggzc6azxgwybs"))))
|
||||
"0gz5rma9al2jrifpknqkcnd9dkf8l05jcxy3s4ghwhd4y3h5dwia"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("gmp" ,gmp)
|
||||
|
|
Loading…
Reference in a new issue