gnu: emacs-neotree: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-neotree)[source]: Download using git-fetch.
This commit is contained in:
parent
fbb162de75
commit
25f6b444b0
1 changed files with 6 additions and 6 deletions
|
@ -7947,14 +7947,14 @@ passive voice.")
|
||||||
(version "0.5.2")
|
(version "0.5.2")
|
||||||
(home-page "https://github.com/jaypei/emacs-neotree")
|
(home-page "https://github.com/jaypei/emacs-neotree")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/jaypei/" name
|
(url home-page)
|
||||||
"/archive/" version ".tar.gz"))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zd6dchwyijnf7kgchfcp51gs938l204dk9z6mljrfqf2zy0gp12"))
|
"0hx72fq10772bbyqrj7mhhp02k26cccjxdadiqm1ykainhfmn1x0"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(synopsis "Folder tree view for Emacs")
|
(synopsis "Folder tree view for Emacs")
|
||||||
(description "This Emacs package provides a folder tree view.")
|
(description "This Emacs package provides a folder tree view.")
|
||||||
|
|
Reference in a new issue