gnu: emacs-robe: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-robe)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
4ae7e1060a
commit
ea0194fc75
1 changed files with 6 additions and 6 deletions
|
@ -2527,13 +2527,13 @@ (define-public emacs-robe
|
||||||
(version "0.8.1")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/dgutov/robe/"
|
(uri (git-reference
|
||||||
"archive/" version ".tar.gz"))
|
(url "https://github.com/dgutov/robe.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0ll7ivxqnglfb0i70ly6qq2yfw9cyi3vq3lmj4s6h6c1c7rm3gcq"))))
|
||||||
"1vp45y99fwj88z04ah4yppz4z568qcib646az6m9az5ar0f203br"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:include (cons "^lib\\/" %default-include)))
|
'(#:include (cons "^lib\\/" %default-include)))
|
||||||
|
|
Loading…
Reference in a new issue