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.2.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-web-mode: Update to 17.2.1.
Date: Tue, 21 Jun 2022 04:43:22 -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 2773cc8927 gnu: emacs-web-mode: Update to 17.2.1.
2773cc8927 is described below

commit 2773cc89274d4af5d1b2a4586e0e041cd2d26a65
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jun 21 10:42:42 2022 +0200

    gnu: emacs-web-mode: Update to 17.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17.2.1.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f81262bea2..b8c2729633 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11604,7 +11604,7 @@ Emacs.")
 (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 @@ Emacs.")
              (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



reply via email to

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