mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gmp: Update to 6.2.0.
* gnu/packages/multiprecision.scm (gmp): Update to 6.2.0.
This commit is contained in:
parent
2a65cd8c05
commit
76feb6e74b
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue