gnu: libtommath: Update to 1.3.0.
* gnu/packages/multiprecision.scm (libtommath): Update to 1.3.0. Change-Id: If0b4758abb634f4e7564d90e8a5534ebdf6579a6master
parent
0b38c9401b
commit
85e457a417
|
@ -455,7 +455,7 @@ number generators, public key cryptography and a plethora of other routines.")
|
||||||
(define-public libtommath
|
(define-public libtommath
|
||||||
(package
|
(package
|
||||||
(name "libtommath")
|
(name "libtommath")
|
||||||
(version "1.2.1")
|
(version "1.3.0")
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -464,7 +464,7 @@ number generators, public key cryptography and a plethora of other routines.")
|
||||||
"download/v" version "/ltm-" version ".tar.xz"))
|
"download/v" version "/ltm-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07qdxnmp5bhfw5za6mr2l2w0vb7494v9zs9h5vp6y9vlngbjaq4q"))))
|
"024xzb66abhla7kjks07ga05id9lq007cq3kxc41769m6kcp4qi9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in New Issue