gnu: RHash: Download tarball from SourceForge instead of a git checkout.

* gnu/packages/crypto.scm (rhash)[source]: Change to URL-FETCH.
This commit is contained in:
Marius Bakke 2020-01-18 21:16:26 +01:00
parent f5fa1a77c7
commit 26edcd9b8d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -711,14 +711,13 @@ BLAKE.")
(version "1.3.9") (version "1.3.9")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "mirror://sourceforge/rhash/rhash/" version
(url "https://github.com/rhash/RHash") "/rhash-" version "-src.tar.gz"))
(commit (string-append "v" version)))) (file-name (string-append "rhash-" version ".tar.gz"))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"06i49x1l21h2q7pfnf4crbmjyg8b9ad0qs10ywyyn5sjpi0c21wq")))) "1xn9fqa6rlnhsbgami45g82dlw9i1skg2sri3ydiinwak5ph1ca2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags