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

* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to 0.4.
This commit is contained in:
Nicolas Goaziou 2023-04-03 18:47:44 +02:00 committed by Maxim Cournoyer
parent 1c4c7cef60
commit dce183d22c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -24768,27 +24768,25 @@ (define-public emacs-eshell-bookmark
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-eshell-syntax-highlighting (define-public emacs-eshell-syntax-highlighting
(let ((commit "1ba39a9ffb2298cd716a4314cf3f369028c7bafe") (package
(revision "0")) (name "emacs-eshell-syntax-highlighting")
(package (version "0.4")
(name "emacs-eshell-syntax-highlighting") (source
(version (git-version "0.3" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/akreisher/eshell-syntax-highlighting")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/akreisher/eshell-syntax-highlighting") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32 "1ib46fs70grx7rmw45i817v1dyvcj0b8xdmndvaz7papiimf6vrj"))))
(sha256 (build-system emacs-build-system)
(base32 "0w2f5a9cxa365hcc92c24b3kq5dwry3prig57jgnicwmjn5nkqlz")))) (home-page "https://github.com/akreisher/eshell-syntax-highlighting")
(build-system emacs-build-system) (synopsis "Add syntax highlighting to Eshell")
(home-page "https://github.com/akreisher/eshell-syntax-highlighting") (description
(synopsis "Add syntax highlighting to Eshell") "This package highlights user commands at the Eshell interactive prompt
(description
"This package highlights user commands at the Eshell interactive prompt
to provide feedback on the validity of commands and syntax.") to provide feedback on the validity of commands and syntax.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-eshell-z (define-public emacs-eshell-z
(package (package