gnu: gmp: Update to 6.2.0.

* gnu/packages/multiprecision.scm (gmp): Update to 6.2.0.
This commit is contained in:
Marius Bakke 2020-01-19 11:03:49 +01:00
parent 2a65cd8c05
commit 76feb6e74b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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