me
/
guix
Archived
1
0
Fork 0

gnu: emacs-neotree: Update to 0.6.0.

* gnu/packages/emacs-xyz.scm (emacs-neotree): Update to 0.6.0.
master
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
1 changed files with 2 additions and 2 deletions

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")