gnu: gmp: Update to version 5.1.1.
* gnu/packages/multiprecision.scm (gmp): Update to version 5.1.1.
This commit is contained in:
parent
58867ae728
commit
93a6f5520c
|
@ -27,18 +27,15 @@
|
||||||
(define-public gmp
|
(define-public gmp
|
||||||
(package
|
(package
|
||||||
(name "gmp")
|
(name "gmp")
|
||||||
(version "5.1.0")
|
(version "5.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
;; Note: this version is not available from GNU mirrors
|
(string-append "mirror://gnu/gmp/gmp-"
|
||||||
;; because it was made with an Automake affected by
|
version ".tar.xz"))
|
||||||
;; CVE-2012-3386.
|
|
||||||
(string-append "ftp://ftp.gmplib.org/pub/gmp-"
|
|
||||||
version "/gmp-" version ".tar.bz2"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15n7xxgasbxdch8ii8z9ic6fxc2ysk3q8iavf55abjp5iylspnfz"))))
|
"1hili06lcf0clg5qfvz7knm6pmj6ab54yhsvskp1mdny5xw4vmjb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("m4" ,m4)))
|
(native-inputs `(("m4" ,m4)))
|
||||||
(arguments `(#:configure-flags
|
(arguments `(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue