This website works better with JavaScript.
Home
Explore
Help
Sign In
guix-bioinformatics
/
guix
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
gnu: gmp: Update to 5.1.3.
* gnu/packages/multiprecision.scm (gmp): Update to 5.1.3.
gn-latest-20200428
Andreas Enge
7 years ago
parent
ed41d48ef1
commit
e50805251a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
gnu/packages/multiprecision.scm
+ 2
- 2
gnu/packages/multiprecision.scm
View File
@@ -27,7 +27,7 @@
(define-public gmp
(package
(name "gmp")
(version "5.1.
2
")
(version "5.1.
3
")
(source (origin
(method url-fetch)
(uri
@@ -35,7 +35,7 @@
version ".tar.xz"))
(sha256
(base32
"
1hnbxz7a6jrli8ph27i8zb6k2f456zn6l5xi78yhskzbxjk47nf7
"))))
"
0wbhn3wih61vjcs94q531fipfvvzqfq2v4qr03rl3xaggyiyvqny
"))))
(build-system gnu-build-system)
(native-inputs `(("m4" ,m4)))
(outputs '("out" "debug"))
Write
Preview
Loading…
Cancel
Save