gnu: RHash: Do not use unstable source tarball.

* gnu/packages/crypto.scm (rhash)[source]: Change to GIT-FETCH.
This commit is contained in:
Marius Bakke 2020-01-08 17:00:49 +01:00
parent 5184cbe550
commit e468843db3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -702,13 +702,14 @@ (define-public rhash
(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