guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/01: gnu: emacs-eshell-z: Update to 0.4.
Date: Mon, 18 Nov 2019 02:59:42 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5544f1e3ea9a98f7d277b7ac76734b84b03df7f6
Author: David Wilson <address@hidden>
Date:   Sun Nov 17 06:55:03 2019 -0800

    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 <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 347ef07..4e68e93 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14808,7 +14808,7 @@ appropriate directory if no @code{eshell} session is 
active.")
 (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 @@ appropriate directory if no @code{eshell} session is 
active.")
        (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]