guix-commits
[Top][All Lists]
Advanced

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

17/49: gnu: RHash: Update to 1.4.2.


From: guix-commits
Subject: 17/49: gnu: RHash: Update to 1.4.2.
Date: Fri, 23 Jul 2021 11:33:05 -0400 (EDT)

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

commit 9cdb32fd721ffb683891b1bcde88ef9223e02256
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 17 13:40:47 2021 +0200

    gnu: RHash: Update to 1.4.2.
    
    * gnu/packages/crypto.scm (rhash): Update to 1.4.2.
---
 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 87ef3ec..189ca27 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -892,7 +892,7 @@ BLAKE.")
 (define-public rhash
   (package
     (name "rhash")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
@@ -901,7 +901,7 @@ BLAKE.")
        (file-name (string-append "rhash-" version ".tar.gz"))
        (sha256
         (base32
-         "15x28khy4k3sa0cfcyi13vj50d2nd7dha2p3gkq7i6z66ckq2323"))))
+         "0qpc1fq7gdxxl11zya1gqhl9628jjk3x60q9sna43w0yz7sh03b0"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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