Archived
1
0
Fork 0

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 @@ BLAKE.")
(version "1.3.8") (version "1.3.8")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/rhash/RHash/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/rhash/RHash")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0k60ywyhwqwqxa2q2l85vwgf884hcgy31nxir3dqgz7ymib6llxy")))) "0i00wl63hn80g0s9gdi772gchbghwgkvn4nbb5227y2wwy30yyi2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags