me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to 0.4.
master
Nicolas Goaziou 2023-04-03 18:47:44 +02:00
parent 28e00be1b7
commit 61cd979821
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 20 deletions

View File

@ -24768,27 +24768,25 @@ appropriate directory if no @code{eshell} session is active.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-eshell-syntax-highlighting (define-public emacs-eshell-syntax-highlighting
(let ((commit "1ba39a9ffb2298cd716a4314cf3f369028c7bafe")
(revision "0"))
(package (package
(name "emacs-eshell-syntax-highlighting") (name "emacs-eshell-syntax-highlighting")
(version (git-version "0.3" revision commit)) (version "0.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/akreisher/eshell-syntax-highlighting") (url "https://github.com/akreisher/eshell-syntax-highlighting")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0w2f5a9cxa365hcc92c24b3kq5dwry3prig57jgnicwmjn5nkqlz")))) (base32 "1ib46fs70grx7rmw45i817v1dyvcj0b8xdmndvaz7papiimf6vrj"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/akreisher/eshell-syntax-highlighting") (home-page "https://github.com/akreisher/eshell-syntax-highlighting")
(synopsis "Add syntax highlighting to Eshell") (synopsis "Add syntax highlighting to Eshell")
(description (description
"This package highlights user commands at the Eshell interactive prompt "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