diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-03-27 16:29:15 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-03-27 17:05:49 +0200 |
commit | 85e457a417aee5ae86900203b6fb6b8cb97c4012 (patch) | |
tree | e6abca16451254e87b5f0619f8716c0923f9ea19 /gnu | |
parent | 0b38c9401bebb6b87093555ef3768a8e1855c938 (diff) | |
download | guix-85e457a417aee5ae86900203b6fb6b8cb97c4012.tar.gz guix-85e457a417aee5ae86900203b6fb6b8cb97c4012.zip |
gnu: libtommath: Update to 1.3.0.
* gnu/packages/multiprecision.scm (libtommath): Update to 1.3.0.
Change-Id: If0b4758abb634f4e7564d90e8a5534ebdf6579a6
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/multiprecision.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm index daa3144bd3..9ae79afed9 100644 --- a/gnu/packages/multiprecision.scm +++ b/gnu/packages/multiprecision.scm @@ -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 |