gnu: emacs-elfeed: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-elfeed)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-05 04:17:52 +02:00
parent 2d965d82ed
commit bde24d5e40
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 8 deletions

View File

@ -4822,14 +4822,15 @@ If you want to mark a folder manually as a project just create an empty
(package
(name "emacs-elfeed")
(version "3.0.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/skeeto/elfeed/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1wkdrxr6zzqb48czqqv34l87bx8aqjk1739ddqg933aqh241kfvn"))))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/skeeto/elfeed.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "01x4ww63lvn04c7f3ab5vx2s20xqisvv8213qwswz7vr9nxja5yi"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t