gnu: emacs-neotree: Update to 0.5.2.

* gnu/packages/emacs.scm (emacs-neotree): Update to 0.5.2.
[source](uri): Adjust URL to tag change.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
ng0 2017-11-01 21:43:08 +00:00 committed by Marius Bakke
parent aa70cf8c36
commit 9505877205
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -4169,16 +4169,16 @@ passive voice.")
(define-public emacs-neotree (define-public emacs-neotree
(package (package
(name "emacs-neotree") (name "emacs-neotree")
(version "0.2.1") (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 url-fetch)
(uri (string-append (uri (string-append
"https://github.com/jaypei/" name "https://github.com/jaypei/" name
"/archive/v" version ".tar.gz")) "/archive/" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0cr37pdkwjgfijfws5bjskfh1rq9rfngxblcj6v5383vpmn83q7s")) "1zd6dchwyijnf7kgchfcp51gs938l204dk9z6mljrfqf2zy0gp12"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(synopsis "Folder tree view for Emacs") (synopsis "Folder tree view for Emacs")