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: Upgrade to 5.1.2.
* gnu/packages/multiprecision.scm (gmp): Update to 5.1.2.
gn-latest-20200428
Ludovic Courtès
8 years ago
parent
d16368cf41
commit
8572bf5e0c
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.
1
"
)
(
version
"5.1.
2
"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
@ -35,7 +35,7 @@
version
".tar.xz"
)
)
(
sha256
(
base32
"1h
ili06lcf0clg5qfvz7knm6pmj6ab54yhsvskp1mdny5xw4vmjb
"
)
)
)
)
"1h
nbxz7a6jrli8ph27i8zb6k2f456zn6l5xi78yhskzbxjk47nf7
"
)
)
)
)
(
build-system
gnu-build-system
)
(
native-inputs
`
(
(
"m4"
,
m4
)
)
)
(
arguments
`
(
#
:configure-flags
Write
Preview
Loading…
Cancel
Save