me
/
guix
Archived
1
0
Fork 0

gnu: gmp: Update to 6.1.0.

* gnu/packages/multiprecision.scm (gmp): Update to 6.1.0.
master
Andreas Enge 2015-11-25 04:20:56 +01:00
parent 0cc2284819
commit 90c59e970e
1 changed files with 2 additions and 2 deletions

View File

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