gnu: emacs-eshell-syntax-highlighting: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to 0.7.

Change-Id: Ic7a3b89e6cdd8bf7ef7d44dd3912c2e442e0559d
This commit is contained in:
Nicolas Goaziou 2024-12-24 10:59:57 +01:00
parent d6d19f1a2f
commit 67d81480fa
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28352,7 +28352,7 @@ (define-public emacs-eshell-bookmark
(define-public emacs-eshell-syntax-highlighting
(package
(name "emacs-eshell-syntax-highlighting")
(version "0.6")
(version "0.7")
(source
(origin
(method git-fetch)
@ -28361,7 +28361,7 @@ (define-public emacs-eshell-syntax-highlighting
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0maza5vh22psfxg5qavdayqr40aw8jc95bjiz5dwm0xga55clbfg"))))
(base32 "1v3217r9bwlgzjx0g8m7rqqba405wx4xmsg1dm190cl10ai8xda5"))))
(build-system emacs-build-system)
(home-page "https://github.com/akreisher/eshell-syntax-highlighting")
(synopsis "Add syntax highlighting to Eshell")