gnu: gmp: Update to 6.1.1.

* gnu/packages/multiprecision.scm (gmp): Update to 6.1.1.
This commit is contained in:
Leo Famulari 2016-08-14 15:43:38 -04:00
parent 9715953080
commit 9372d2b8a5
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

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.0") (version "6.1.1")
(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
"12b9s4jn48gbar6dbs5qrlmljdmnq43xy3ji9yjzic0mwp6dmnk8")) "0cg84n482gcvl0s4xq4wgwsk4r0x0m8dnzpizwqdd2j8vw2rqvnk"))
(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)))