mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
d6d19f1a2f
commit
67d81480fa
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue