1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-17 22:55:57 +02:00

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
+2 -2
View File
@@ -15989,7 +15989,7 @@ passive voice.")
(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 @@ passive voice.")
(commit version)))
(sha256
(base32
"0hx72fq10772bbyqrj7mhhp02k26cccjxdadiqm1ykainhfmn1x0"))
"1rwm8j48ks9fa5q3g8crpfzbikxfjj5m13w9ylimg34xniycrlq2"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(synopsis "Folder tree view for Emacs")