guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: emacs-eshell-syntax-highlighting: Update to 0.5.


From: guix-commits
Subject: 05/05: gnu: emacs-eshell-syntax-highlighting: Update to 0.5.
Date: Tue, 25 Apr 2023 05:49:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 95787ffaa2e61ba76a4bbcdf13592c330bd9218b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 25 11:46:45 2023 +0200

    gnu: emacs-eshell-syntax-highlighting: Update to 0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to 
0.5.
---
 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 3d2f595894..b6cdbf5eab 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24945,7 +24945,7 @@ appropriate directory if no @code{eshell} session is 
active.")
 (define-public emacs-eshell-syntax-highlighting
   (package
     (name "emacs-eshell-syntax-highlighting")
-    (version "0.4")
+    (version "0.5")
     (source
      (origin
        (method git-fetch)
@@ -24954,7 +24954,7 @@ appropriate directory if no @code{eshell} session is 
active.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ib46fs70grx7rmw45i817v1dyvcj0b8xdmndvaz7papiimf6vrj"))))
+        (base32 "1la604vdj56s934j16yz8rlvzhd69433rrbgfyw9c7njxqldwcs7"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/akreisher/eshell-syntax-highlighting";)
     (synopsis "Add syntax highlighting to Eshell")



reply via email to

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