[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: RHash: Update to 1.3.8.
From: |
guix-commits |
Subject: |
05/10: gnu: RHash: Update to 1.3.8. |
Date: |
Sun, 10 Feb 2019 15:19:57 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 2bdf9cb38c82a460632c9866f80278da1b35b12d
Author: Marius Bakke <address@hidden>
Date: Sun Feb 10 18:12:01 2019 +0100
gnu: RHash: Update to 1.3.8.
* gnu/packages/crypto.scm (rhash): Update to 1.3.8.
[arguments]: Adjust install target.
---
gnu/packages/crypto.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index ffef4ff..3cb80eb 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -683,7 +683,7 @@ BLAKE.")
(define-public rhash
(package
(name "rhash")
- (version "1.3.6")
+ (version "1.3.8")
(source
(origin
(method url-fetch)
@@ -692,7 +692,7 @@ BLAKE.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "14ngzfgmd1lfp7m78sn49x8ymf2s37nrr67c6p5vas85nrrgjkcn"))))
+ "0k60ywyhwqwqxa2q2l85vwgf884hcgy31nxir3dqgz7ymib6llxy"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
@@ -711,7 +711,7 @@ BLAKE.")
(lambda* (#:key make-flags #:allow-other-keys)
(apply invoke
"make" "-C" "librhash"
- "install-headers" "install-so-link"
+ "install-lib-headers" "install-so-link"
make-flags))))))
(home-page "https://sourceforge.net/projects/rhash/")
(synopsis "Utility for computing hash sums")
- branch core-updates updated (0bba8a5 -> f9126dd), guix-commits, 2019/02/10
- 10/10: gnu: libidn2: Update to 2.1.1a., guix-commits, 2019/02/10
- 05/10: gnu: RHash: Update to 1.3.8.,
guix-commits <=
- 09/10: gnu: harfbuzz: Update to 2.3.1., guix-commits, 2019/02/10
- 08/10: gnu: graphite2: Update to 1.3.13., guix-commits, 2019/02/10
- 07/10: gnu: nghttp2: Update to 1.36.0., guix-commits, 2019/02/10
- 02/10: gnu: GnuTLS: Update to 3.6.6., guix-commits, 2019/02/10
- 03/10: gnu: OpenLDAP: Update to 2.4.47., guix-commits, 2019/02/10
- 04/10: gnu: libuv: Update to 1.26.0., guix-commits, 2019/02/10
- 06/10: gnu: nghttp2: Remove GCC7 workaround., guix-commits, 2019/02/10
- 01/10: Merge branch 'staging' into core-updates, guix-commits, 2019/02/10