gnu: emacs-bongo: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-bongo)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
5180dcb199
commit
135ad93e09
1 changed files with 6 additions and 7 deletions
|
@ -8389,14 +8389,13 @@ (define-public emacs-bongo
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue