gnu: emacs-helm-swoop: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-helm-swoop)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
fb2f89b6d3
commit
3abaae5708
|
@ -5327,16 +5327,15 @@ not tied in the trap of backward compatibility.")
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-swoop")
|
(name "emacs-helm-swoop")
|
||||||
(version "1.7.4")
|
(version "1.7.4")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method git-fetch)
|
||||||
"https://github.com/ShingoFukuyama/helm-swoop/archive/"
|
(uri (git-reference
|
||||||
version
|
(url "https://github.com/ShingoFukuyama/helm-swoop.git")
|
||||||
".tar.gz"))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0b23j1bkpg4pm310hqdhgnl4mxsj05gpl08b6kb2ja4fzrg6adsk"))))
|
||||||
"1ssivsjzlnkg049cg993l8fp09l5nhpz6asj7w5c91zp5kpc6fh7"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)))
|
`(("emacs-helm" ,emacs-helm)))
|
||||||
|
|
Loading…
Reference in New Issue