mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libtommath: Update to 1.3.0.
* gnu/packages/multiprecision.scm (libtommath): Update to 1.3.0. Change-Id: If0b4758abb634f4e7564d90e8a5534ebdf6579a6
This commit is contained in:
parent
0b38c9401b
commit
85e457a417
1 changed files with 2 additions and 2 deletions
|
@ -455,7 +455,7 @@ (define-public libtomcrypt
|
|||
(define-public libtommath
|
||||
(package
|
||||
(name "libtommath")
|
||||
(version "1.2.1")
|
||||
(version "1.3.0")
|
||||
(outputs '("out" "static"))
|
||||
(source
|
||||
(origin
|
||||
|
@ -464,7 +464,7 @@ (define-public libtommath
|
|||
"download/v" version "/ltm-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07qdxnmp5bhfw5za6mr2l2w0vb7494v9zs9h5vp6y9vlngbjaq4q"))))
|
||||
"024xzb66abhla7kjks07ga05id9lq007cq3kxc41769m6kcp4qi9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue