mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ passive voice.")
|
||||||
(define-public emacs-neotree
|
(define-public emacs-neotree
|
||||||
(package
|
(package
|
||||||
(name "emacs-neotree")
|
(name "emacs-neotree")
|
||||||
(version "0.5.2")
|
(version "0.6.0")
|
||||||
(home-page "https://github.com/jaypei/emacs-neotree")
|
(home-page "https://github.com/jaypei/emacs-neotree")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15998,7 +15998,7 @@ passive voice.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hx72fq10772bbyqrj7mhhp02k26cccjxdadiqm1ykainhfmn1x0"))
|
"1rwm8j48ks9fa5q3g8crpfzbikxfjj5m13w9ylimg34xniycrlq2"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(synopsis "Folder tree view for Emacs")
|
(synopsis "Folder tree view for Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue