mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: emacs-helm-mu: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-helm-mu)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
5a6e6f5df2
commit
8e65ada235
1 changed files with 5 additions and 7 deletions
|
@ -12146,14 +12146,12 @@ (define-public emacs-helm-mu
|
||||||
(version (git-version "20180513" "1" commit))
|
(version (git-version "20180513" "1" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/emacs-helm/helm-mu/archive/"
|
(url "https://github.com/emacs-helm/helm-mu.git")
|
||||||
commit
|
(commit commit)))
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1lh0ahxdc5b2z18m9p30gwg8sbg33sjwkjr38p7h5xsm5fm7i0fz"))))
|
||||||
"0qm4xi3i957scm50nar398pv4x8y03si10l77jb9ckjaviyq2hj9"))))
|
|
||||||
(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 a new issue