guix-commits
[Top][All Lists]
Advanced

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

32/33: gnu: RHash: Update to 1.4.1.


From: guix-commits
Subject: 32/33: gnu: RHash: Update to 1.4.1.
Date: Sun, 9 May 2021 17:50:16 -0400 (EDT)

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

commit 911668ab4c60c8963c4b7d04141be5a2748a12dc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 9 14:44:49 2021 +0200

    gnu: RHash: Update to 1.4.1.
    
    * gnu/packages/crypto.scm (rhash): Update to 1.4.1.
---
 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 5336353..b5672cb 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -890,7 +890,7 @@ BLAKE.")
 (define-public rhash
   (package
     (name "rhash")
-    (version "1.3.9")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
@@ -899,7 +899,7 @@ BLAKE.")
        (file-name (string-append "rhash-" version ".tar.gz"))
        (sha256
         (base32
-         "1xn9fqa6rlnhsbgami45g82dlw9i1skg2sri3ydiinwak5ph1ca2"))))
+         "15x28khy4k3sa0cfcyi13vj50d2nd7dha2p3gkq7i6z66ckq2323"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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