mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-eshell-syntax-highlighting: Update to 0.3-0.1ba39a9.
* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to 0.3-0.1ba39a9. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
8f5f505d90
commit
d429ff12e5
1 changed files with 20 additions and 18 deletions
|
@ -24624,25 +24624,27 @@ (define-public emacs-eshell-bookmark
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-eshell-syntax-highlighting
|
(define-public emacs-eshell-syntax-highlighting
|
||||||
(package
|
(let ((commit "1ba39a9ffb2298cd716a4314cf3f369028c7bafe")
|
||||||
(name "emacs-eshell-syntax-highlighting")
|
(revision "0"))
|
||||||
(version "0.3")
|
(package
|
||||||
(source
|
(name "emacs-eshell-syntax-highlighting")
|
||||||
(origin
|
(version (git-version "0.3" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/akreisher/eshell-syntax-highlighting")
|
(method git-fetch)
|
||||||
(commit (string-append "v" version))))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/akreisher/eshell-syntax-highlighting")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32 "1fb9aa85a3hx1rcmv71j6sc3y278452p1y4dabpwy07avb6apd0p"))))
|
(file-name (git-file-name name version))
|
||||||
(build-system emacs-build-system)
|
(sha256
|
||||||
(home-page "https://github.com/akreisher/eshell-syntax-highlighting")
|
(base32 "0w2f5a9cxa365hcc92c24b3kq5dwry3prig57jgnicwmjn5nkqlz"))))
|
||||||
(synopsis "Add syntax highlighting to Eshell")
|
(build-system emacs-build-system)
|
||||||
(description
|
(home-page "https://github.com/akreisher/eshell-syntax-highlighting")
|
||||||
"This package highlights user commands at the Eshell interactive prompt
|
(synopsis "Add syntax highlighting to Eshell")
|
||||||
|
(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
|
||||||
|
|
Loading…
Reference in a new issue