guix-commits
[Top][All Lists]
Advanced

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

57/62: gnu: rhash: Update to 1.4.3.


From: guix-commits
Subject: 57/62: gnu: rhash: Update to 1.4.3.
Date: Sun, 26 Jun 2022 06:09:12 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit ff279238da868f2d8d006234419aeeb5ab72bdc9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 11:40:03 2022 +0200

    gnu: rhash: Update to 1.4.3.
    
    * gnu/packages/crypto.scm (rhash): Update to 1.4.3.
---
 gnu/packages/crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 6e4b1331e7..3df417e13b 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -898,7 +898,7 @@ SHA-1, SHA-2, and SHA-3, yet is at least as secure as 
SHA-3.")
 (define-public rhash
   (package
     (name "rhash")
-    (version "1.4.2")
+    (version "1.4.3")
     (source
      (origin
        (method url-fetch)
@@ -907,7 +907,7 @@ SHA-1, SHA-2, and SHA-3, yet is at least as secure as 
SHA-3.")
        (file-name (string-append "rhash-" version ".tar.gz"))
        (sha256
         (base32
-         "0qpc1fq7gdxxl11zya1gqhl9628jjk3x60q9sna43w0yz7sh03b0"))))
+         "0glaghjvwh9ziiqf599v0fdr6jrgc7lcnriq0h7r41k3jrkglh0y"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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