me
/
guix
Archived
1
0
Fork 0

gnu: libtommath: Update to 1.3.0.

* gnu/packages/multiprecision.scm (libtommath): Update to 1.3.0.

Change-Id: If0b4758abb634f4e7564d90e8a5534ebdf6579a6
master
Efraim Flashner 2024-03-27 16:29:15 +02:00
parent 0b38c9401b
commit 85e457a417
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -455,7 +455,7 @@ number generators, public key cryptography and a plethora of other routines.")
(define-public libtommath
(package
(name "libtommath")
(version "1.2.1")
(version "1.3.0")
(outputs '("out" "static"))
(source
(origin
@ -464,7 +464,7 @@ number generators, public key cryptography and a plethora of other routines.")
"download/v" version "/ltm-" version ".tar.xz"))
(sha256
(base32
"07qdxnmp5bhfw5za6mr2l2w0vb7494v9zs9h5vp6y9vlngbjaq4q"))))
"024xzb66abhla7kjks07ga05id9lq007cq3kxc41769m6kcp4qi9"))))
(build-system gnu-build-system)
(arguments
'(#:phases