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
Tobias Geerinckx-Rice 2019-04-08 23:41:08 +02:00
parent d13cee982f
commit 7a8cdab4ff
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -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)