guix-commits
[Top][All Lists]
Advanced

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

38/42: gnu: emacs-web-mode: Update to 17.3.13.


From: guix-commits
Subject: 38/42: gnu: emacs-web-mode: Update to 17.3.13.
Date: Tue, 3 Oct 2023 16:54:52 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1e0db9b9662232210e2d253ec5ec21d3fe9b0b5e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 21:39:05 2023 +0200

    gnu: emacs-web-mode: Update to 17.3.13.
    
    * gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17.3.13.
---
 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 105ab44237..e9734d1b98 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14790,7 +14790,7 @@ Emacs.")
 (define-public emacs-web-mode
   (package
     (name "emacs-web-mode")
-    (version "17.2.1")
+    (version "17.3.13")
     (source
      (origin
        (method git-fetch)
@@ -14799,7 +14799,7 @@ Emacs.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sd2ysysn8x4iwz2fhnvh8knr3pdqgkvhkhsl948smmfl0dwj42f"))))
+        (base32 "0d4j97vywfqabc896w8d30niig19lg2q1bdd3kxyvz3b8027zn4g"))))
     (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]