gnu: sbcl-md5: Don't use unstable tarball.
* gnu/packages/lisp-xyz.scm (sbcl-md5)[source]: Download using git-fetch.
This commit is contained in:
parent
b244722879
commit
fffe9a1529
1 changed files with 6 additions and 4 deletions
|
@ -3592,11 +3592,13 @@ (define-public sbcl-md5
|
|||
(version "2.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/pmai/md5/archive/release-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/pmai/md5")
|
||||
(commit (string-append "release-" version))))
|
||||
(file-name (git-file-name "md5" version))
|
||||
(sha256
|
||||
(base32 "19yl9n0pjdz5gw4qi711lka97xcd9f81ylg434hk7jwn9f2s6w11"))))
|
||||
(base32 "1waqxzm7vlc22n92hv8r27anlvvjkkh9slhrky1ww7mdx4mmxwb8"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(home-page "https://github.com/pmai/md5")
|
||||
(synopsis
|
||||
|
|
Loading…
Reference in a new issue