[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
- 19/33: gnu: libfaketime: Update to 0.9.9., (continued)
- 19/33: gnu: libfaketime: Update to 0.9.9., guix-commits, 2021/05/09
- 20/33: gnu: icu4c: Update to 69.1., guix-commits, 2021/05/09
- 22/33: gnu: sqlite: Update to 3.35.5., guix-commits, 2021/05/09
- 23/33: gnu: util-linux: Update to 2.36.2., guix-commits, 2021/05/09
- 25/33: gnu: libgpg-error: Update to 1.42., guix-commits, 2021/05/09
- 26/33: gnu: libassuan: Update to 2.5.5., guix-commits, 2021/05/09
- 27/33: gnu: libksba: Update to 1.5.1., guix-commits, 2021/05/09
- 30/33: gnu: nghttp2: Update to 1.43.0., guix-commits, 2021/05/09
- 31/33: gnu: CMake: Update to 3.20.2., guix-commits, 2021/05/09
- 33/33: gnu: ghostscript: Update to 9.54.0., guix-commits, 2021/05/09
- 32/33: gnu: RHash: Update to 1.4.1.,
guix-commits <=