gnu: gmp: Update to 6.2.1.

* gnu/packages/multiprecision.scm (gmp): Update to 6.2.1.
This commit is contained in:
Ludovic Courtès 2020-11-17 15:28:38 +01:00
parent 55fb5e5d21
commit c04d146bea
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -38,7 +38,7 @@ (define-module (gnu packages multiprecision)
(define-public gmp (define-public gmp
(package (package
(name "gmp") (name "gmp")
(version "6.2.0") (version "6.2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -46,7 +46,7 @@ (define-public gmp
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"09hmg8k63mbfrx1x3yy6y1yzbbq85kw5avbibhcgrg9z3ganr3i5")) "1wml97fdmpcynsbw9yl77rj29qibfp652d0w3222zlfx5j8jjj7x"))
(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)))