mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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:
parent
907d12aeef
commit
4818ad5ba2
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue