gnu: emacs-gntp: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-gntp)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
4f37ade08a
commit
ecf940ea3e
|
@ -6001,14 +6001,13 @@ you to deal with multiple log levels.")
|
||||||
(version "0.1")
|
(version "0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/tekai/gntp.el/archive/v"
|
(url "https://github.com/tekai/gntp.el.git")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1nvyjjjydrimpxy4cpg90si7sr8lmldbhlcm2mx8npklp9pn5y3a"))))
|
||||||
"16c1dfkia9yhl206bdhjr3b8kfvqcqr38jl5lq8qsyrrzsnmghny"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/tekai/gntp.el")
|
(home-page "https://github.com/tekai/gntp.el")
|
||||||
(synopsis "Growl Notification Protocol for Emacs")
|
(synopsis "Growl Notification Protocol for Emacs")
|
||||||
|
|
Loading…
Reference in New Issue