guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libtommath: Update to 1.3.0.


From: guix-commits
Subject: branch master updated: gnu: libtommath: Update to 1.3.0.
Date: Wed, 27 Mar 2024 11:07:37 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 85e457a417 gnu: libtommath: Update to 1.3.0.
85e457a417 is described below

commit 85e457a417aee5ae86900203b6fb6b8cb97c4012
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 27 16:29:15 2024 +0200

    gnu: libtommath: Update to 1.3.0.
    
    * gnu/packages/multiprecision.scm (libtommath): Update to 1.3.0.
    
    Change-Id: If0b4758abb634f4e7564d90e8a5534ebdf6579a6
---
 gnu/packages/multiprecision.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]