guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-web-mode: Update to 17.


From: guix-commits
Subject: branch master updated: gnu: emacs-web-mode: Update to 17.
Date: Fri, 01 May 2020 10:15:50 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a978840  gnu: emacs-web-mode: Update to 17.
a978840 is described below

commit a978840cb262b66f61693f9ca32dd86bfa871f57
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri May 1 16:14:58 2020 +0200

    gnu: emacs-web-mode: Update to 17.
    
    * gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17.
    [description]: "web-mode" -> "web mode".
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 52e0b57..6c09610 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7519,21 +7519,21 @@ via @code{gitlab-ci-lint}.")
 (define-public emacs-web-mode
   (package
     (name "emacs-web-mode")
-    (version "16")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/fxbois/web-mode.git";)
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "17dw6a8d0p304f2sa4f9zwd8r48w2wbkc3fvbmxwlg4w12h7cwf0"))))
+    (version "17")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/fxbois/web-mode.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0jr5a1nzp8nbdng0k2fcaymiiv9ngrbknbrqaswgqn3akvx793jk"))))
     (build-system emacs-build-system)
     (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
 aka HTML files embedding parts (CSS/JavaScript) and blocks (pre rendered by
-client/server side engines).  Web-mode is compatible with many template
+client/server side engines).  Web mode is compatible with many template
 engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker,
 Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template,
 Dust.js, React/JSX, Angularjs, ejs, etc.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]