mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
4de11dda72
commit
5544f1e3ea
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue