gnu: emacs-treepy: Update to 0.1.2.
* gnu/packages/emacs-xyz.scm (emacs-treepy): Update to 0.1.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>master
parent
b6a6843613
commit
489f9909a6
|
@ -684,7 +684,7 @@ Alternatively the menu can be bound globally, for example:
|
||||||
(define-public emacs-treepy
|
(define-public emacs-treepy
|
||||||
(package
|
(package
|
||||||
(name "emacs-treepy")
|
(name "emacs-treepy")
|
||||||
(version "0.1.1")
|
(version "0.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -693,7 +693,7 @@ Alternatively the menu can be bound globally, for example:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk"))))
|
"0pmrpij80m5kgcr8bw36r8wllgppasw08vn3ghwvis9srpaq75cn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/volrath/treepy.el")
|
"https://github.com/volrath/treepy.el")
|
||||||
|
|
Reference in New Issue