gnu: emacs-slime-company: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-slime-company)[source]: Use GIT-FETCH and GIT-FILE-NAME.master
parent
d13cee982f
commit
7a8cdab4ff
|
@ -11261,13 +11261,13 @@ sections for bookmarks, projectil projects, org-agenda and more. ")
|
||||||
(version "1.1")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/anwyn/slime-company/archive/"
|
(uri (git-reference
|
||||||
"v" version ".tar.gz"))
|
(url "https://github.com/anwyn/slime-company.git")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1hl1hqkc1pxga9k2k8k15d7dip7sfsmwf4wm4sh346m6nj606q8g"))))
|
||||||
"1myl79pxj501xfr5qc5a24qddsn2l5iaamg7rf7fpny7mr9v70ar"))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-slime" ,emacs-slime)
|
`(("emacs-slime" ,emacs-slime)
|
||||||
|
|
Reference in New Issue