mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: fplll: Update to 4.0.4.
* gnu/packages/algebra.scm (fplll): Update to 4.0.4.
This commit is contained in:
parent
7abe196529
commit
5a15ed5098
1 changed files with 2 additions and 2 deletions
|
@ -60,14 +60,14 @@ (define-public mpfrcx
|
||||||
(define-public fplll
|
(define-public fplll
|
||||||
(package
|
(package
|
||||||
(name "fplll")
|
(name "fplll")
|
||||||
(version "4.0.2")
|
(version "4.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://perso.ens-lyon.fr/damien.stehle/fplll/libfplll-"
|
"http://perso.ens-lyon.fr/damien.stehle/fplll/libfplll-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0zkifm4s77cl2qib905lxpwvlwf6liy8q7bnmvfdfyz0fbgxl8z8"))))
|
"1cbiby7ykis4z84swclpysrljmqhfcllpkcbll1m08rzskgb1a6b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("gmp" ,gmp)
|
(inputs `(("gmp" ,gmp)
|
||||||
("mpfr" ,mpfr)))
|
("mpfr" ,mpfr)))
|
||||||
|
|
Loading…
Reference in a new issue