gnu: emacs-list-utils: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-list-utils)[source]: Use GIT-FETCH and GIT-FILE-NAME.master
parent
40cc1884ef
commit
5521a3e746
|
@ -9437,13 +9437,13 @@ and @code{erc-send-modify-hook} to download and show images.")
|
||||||
(version "0.4.4")
|
(version "0.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/rolandwalker/list-utils/archive/"
|
(uri (git-reference
|
||||||
"v" version ".tar.gz"))
|
(url "https://github.com/rolandwalker/list-utils.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz"))))
|
||||||
"1xc1xh8c82h5gdjbgpdsdclgwxkxbb7h3x3a2bscpm41g8pnan4p"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/rolandwalker/list-utils")
|
(home-page "https://github.com/rolandwalker/list-utils")
|
||||||
(synopsis "List-manipulation utility functions")
|
(synopsis "List-manipulation utility functions")
|
||||||
|
|
Reference in New Issue