gnu: emacs-eshell-z: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-eshell-z): Update to 0.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
David Wilson 2019-11-17 06:55:03 -08:00 committed by Efraim Flashner
parent 4de11dda72
commit 5544f1e3ea
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -14808,7 +14808,7 @@ (define-public emacs-eshell-bookmark
(define-public emacs-eshell-z
(package
(name "emacs-eshell-z")
(version "0.3.2")
(version "0.4")
(source
(origin
(method git-fetch)
@ -14818,7 +14818,7 @@ (define-public emacs-eshell-z
(file-name (git-file-name name version))
(sha256
(base32
"1aac4m814jgxwpz7lbyx5r4z5dmawp4sk7pwbx0zqpnbcsaq5wwc"))))
"13dwaq8q23rwmrkpy3gvf7aswrkk6b9ak5221xl7n0bld4wdhq3j"))))
(build-system emacs-build-system)
(home-page "https://github.com/xuchunyang/eshell-z")
(synopsis "Quick navigation to frequently visited directories")