mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-web-mode: Update to 17.2.1.
* gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17.2.1.
This commit is contained in:
parent
0e415a8c6f
commit
2773cc8927
1 changed files with 2 additions and 2 deletions
|
@ -11604,7 +11604,7 @@ (define-public emacs-gitlab-snip-helm
|
|||
(define-public emacs-web-mode
|
||||
(package
|
||||
(name "emacs-web-mode")
|
||||
(version "17")
|
||||
(version "17.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11613,7 +11613,7 @@ (define-public emacs-web-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0jr5a1nzp8nbdng0k2fcaymiiv9ngrbknbrqaswgqn3akvx793jk"))))
|
||||
(base32 "0sd2ysysn8x4iwz2fhnvh8knr3pdqgkvhkhsl948smmfl0dwj42f"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Major mode for editing web templates")
|
||||
(description "Web mode is an Emacs major mode for editing web templates
|
||||
|
|
Loading…
Reference in a new issue