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-public gmp
(package
(name "gmp")
(version "6.1.0")
(version "6.1.1")
(source (origin
(method url-fetch)
(uri
@ -39,7 +39,7 @@
version ".tar.xz"))
(sha256
(base32
"12b9s4jn48gbar6dbs5qrlmljdmnq43xy3ji9yjzic0mwp6dmnk8"))
"0cg84n482gcvl0s4xq4wgwsk4r0x0m8dnzpizwqdd2j8vw2rqvnk"))
(patches (search-patches "gmp-faulty-test.patch"))))
(build-system gnu-build-system)
(native-inputs `(("m4" ,m4)))