gnu: gmp: Update to 6.1.2.

* gnu/packages/multiprecision.scm (gmp): Update to 6.1.2.
This commit is contained in:
Andreas Enge 2016-12-30 00:38:24 +01:00
parent 3221d1a392
commit 89ccb1d881
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -31,7 +31,7 @@ (define-module (gnu packages multiprecision)
(define-public gmp (define-public gmp
(package (package
(name "gmp") (name "gmp")
(version "6.1.1") (version "6.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -39,7 +39,7 @@ (define-public gmp
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0cg84n482gcvl0s4xq4wgwsk4r0x0m8dnzpizwqdd2j8vw2rqvnk")) "04hrwahdxyqdik559604r7wrj9ffklwvipgfxgj4ys4skbl6bdc7"))
(patches (search-patches "gmp-faulty-test.patch")))) (patches (search-patches "gmp-faulty-test.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("m4" ,m4))) (native-inputs `(("m4" ,m4)))