gnu: emacs-web-mode: Update to 16.

* gnu/packages/emacs.scm (emacs-web-mode): Update to 16.
This commit is contained in:
Nicolas Goaziou 2018-06-27 09:57:14 +02:00
parent 605e3345c3
commit bc1d26e39e
No known key found for this signature in database
GPG Key ID: A834B9E080A93738
1 changed files with 2 additions and 2 deletions

View File

@ -4436,7 +4436,7 @@ indentation command behavior very similar to that of python-mode.")
(define-public emacs-web-mode (define-public emacs-web-mode
(package (package
(name "emacs-web-mode") (name "emacs-web-mode")
(version "14") (version "16")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://raw.githubusercontent.com/fxbois" (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")) (file-name (string-append "web-mode-" version ".el"))
(sha256 (sha256
(base32 (base32
"086hik5fmxg3kx74qmransx9cz961qd22d4m6ah2dw6cwaj1s3s5")))) "1hs5w7kdvcyn4ihyw1kfjg48djn5p7lz4rlbhzzdqv1g56xqx3gw"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(synopsis "Major mode for editing web templates") (synopsis "Major mode for editing web templates")
(description "Web-mode is an Emacs major mode for editing web templates (description "Web-mode is an Emacs major mode for editing web templates