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

* gnu/packages/emacs-xyz.scm (emacs-bongo)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-08 23:33:10 +02:00
parent 5180dcb199
commit 135ad93e09
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 7 deletions

View File

@ -8389,14 +8389,13 @@ features and provides Vim-like key bindings.")
(version "1.0")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/dbrock/bongo/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/dbrock/bongo.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1pcsyyrvj7djjjwpaswd1i782hvqvlvs39cy9ns0k795si6xd64d"))))
(base32 "1q3ws2vn062dh7ci6jn2k2bcn7szh3ap64sgwkzdd6f1pas37fnr"))))
(build-system emacs-build-system)
(home-page "https://github.com/dbrock/bongo")
(synopsis "Media player for Emacs")