diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-06-27 09:57:14 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-06-27 09:57:14 +0200 |
commit | bc1d26e39e09e7821ad1ca98c900a9894858cab0 (patch) | |
tree | 9cfe147cc3b55f937ccb378ffc3016f5a9c6c5ae | |
parent | 605e3345c3ee89a7e462898439e8fc3d3c0ecaf6 (diff) | |
download | patches-bc1d26e39e09e7821ad1ca98c900a9894858cab0.tar patches-bc1d26e39e09e7821ad1ca98c900a9894858cab0.tar.gz |
gnu: emacs-web-mode: Update to 16.
* gnu/packages/emacs.scm (emacs-web-mode): Update to 16.
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 2aefc32b62..458c31dd04 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4436,7 +4436,7 @@ indentation command behavior very similar to that of python-mode.") (define-public emacs-web-mode (package (name "emacs-web-mode") - (version "14") + (version "16") (source (origin (method url-fetch) (uri (string-append "https://raw.githubusercontent.com/fxbois" @@ -4444,7 +4444,7 @@ indentation command behavior very similar to that of python-mode.") (file-name (string-append "web-mode-" version ".el")) (sha256 (base32 - "086hik5fmxg3kx74qmransx9cz961qd22d4m6ah2dw6cwaj1s3s5")))) + "1hs5w7kdvcyn4ihyw1kfjg48djn5p7lz4rlbhzzdqv1g56xqx3gw")))) (build-system emacs-build-system) (synopsis "Major mode for editing web templates") (description "Web-mode is an Emacs major mode for editing web templates |