mbakke pushed a commit to branch core-updates
in repository guix.
commit e468843db38017849ea026f865827cc127dfaad7
Author: Marius Bakke <[email protected]>
AuthorDate: Wed Jan 8 17:00:49 2020 +0100
gnu: RHash: Do not use unstable source tarball.
* gnu/packages/crypto.scm (rhash)[source]: Change to GIT-FETCH.
---
gnu/packages/crypto.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index db39166..b63e322 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -702,13 +702,14 @@ BLAKE.")
(version "1.3.8")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/rhash/RHash/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rhash/RHash")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0k60ywyhwqwqxa2q2l85vwgf884hcgy31nxir3dqgz7ymib6llxy"))))
+ "0i00wl63hn80g0s9gdi772gchbghwgkvn4nbb5227y2wwy30yyi2"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags