gnu: emacs-neotree: Update to 0.6.0.

* gnu/packages/emacs-xyz.scm (emacs-neotree): Update to 0.6.0.
This commit is contained in:
Nicolas Goaziou 2023-09-02 23:23:50 +02:00
parent 907d12aeef
commit 4818ad5ba2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15989,7 +15989,7 @@ (define-public emacs-writegood-mode
(define-public emacs-neotree
(package
(name "emacs-neotree")
(version "0.5.2")
(version "0.6.0")
(home-page "https://github.com/jaypei/emacs-neotree")
(source (origin
(method git-fetch)
@ -15998,7 +15998,7 @@ (define-public emacs-neotree
(commit version)))
(sha256
(base32
"0hx72fq10772bbyqrj7mhhp02k26cccjxdadiqm1ykainhfmn1x0"))
"1rwm8j48ks9fa5q3g8crpfzbikxfjj5m13w9ylimg34xniycrlq2"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(synopsis "Folder tree view for Emacs")