3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gmp: Update to 6.1.0.

* gnu/packages/multiprecision.scm (gmp): Update to 6.1.0.
This commit is contained in:
Andreas Enge 2015-11-25 04:20:56 +01:00
parent 0cc2284819
commit 90c59e970e

View file

@ -30,7 +30,7 @@
(define-public gmp
(package
(name "gmp")
(version "6.0.0a")
(version "6.1.0")
(source (origin
(method url-fetch)
(uri
@ -38,7 +38,7 @@
version ".tar.xz"))
(sha256
(base32
"0r5pp27cy7ch3dg5v0rsny8bib1zfvrza6027g2mp5f6v8pd6mli"))
"12b9s4jn48gbar6dbs5qrlmljdmnq43xy3ji9yjzic0mwp6dmnk8"))
(patches (map search-patch
'("gmp-arm-asm-nothumb.patch"
"gmp-faulty-test.patch")))))