[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: emacs-eshell-syntax-highlighting: Update to 0.6.
From: |
guix-commits |
Subject: |
07/13: gnu: emacs-eshell-syntax-highlighting: Update to 0.6. |
Date: |
Mon, 25 Mar 2024 09:47:36 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2078fa7675afed595e6368b97ffe04b38f800793
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Mar 25 14:34:15 2024 +0100
gnu: emacs-eshell-syntax-highlighting: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to
0.6.
Change-Id: I36210c2e85c3342d61c9e5cacfebc948215d4a56
---
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 ca5e082950..19d5d7c443 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26695,7 +26695,7 @@ appropriate directory if no @code{eshell} session is
active.")
(define-public emacs-eshell-syntax-highlighting
(package
(name "emacs-eshell-syntax-highlighting")
- (version "0.5")
+ (version "0.6")
(source
(origin
(method git-fetch)
@@ -26704,7 +26704,7 @@ appropriate directory if no @code{eshell} session is
active.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1la604vdj56s934j16yz8rlvzhd69433rrbgfyw9c7njxqldwcs7"))))
+ (base32 "0maza5vh22psfxg5qavdayqr40aw8jc95bjiz5dwm0xga55clbfg"))))
(build-system emacs-build-system)
(home-page "https://github.com/akreisher/eshell-syntax-highlighting")
(synopsis "Add syntax highlighting to Eshell")
- branch master updated (1415ea78c1 -> e2f408030d), guix-commits, 2024/03/25
- 10/13: gnu: emacs-org-re-reveal: Update to 3.26.0., guix-commits, 2024/03/25
- 02/13: gnu: emacs-devdocs: Update to 0.6., guix-commits, 2024/03/25
- 03/13: gnu: emacs-buffer-env: Update to 0.6., guix-commits, 2024/03/25
- 07/13: gnu: emacs-eshell-syntax-highlighting: Update to 0.6.,
guix-commits <=
- 06/13: gnu: emacs-elpher: Update to 3.6.0., guix-commits, 2024/03/25
- 08/13: gnu: emacs-magit-todos: Update to 1.7.2., guix-commits, 2024/03/25
- 12/13: gnu: emacs-transient: Update to 0.6.0., guix-commits, 2024/03/25
- 04/13: gnu: emacs-auto-compile: Update to 2.0.0., guix-commits, 2024/03/25
- 01/13: gnu: emacs-jit-spell: Update to 0.4., guix-commits, 2024/03/25
- 11/13: gnu: emacs-package-lint: Update to 0.22., guix-commits, 2024/03/25
- 05/13: gnu: emacs-benchmark-init: Update to 1.2., guix-commits, 2024/03/25
- 09/13: gnu: emacs-orderless: Update to 1.1., guix-commits, 2024/03/25
- 13/13: gnu: emacs-wisp-mode: Update to 1.0.12., guix-commits, 2024/03/25