guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: emacs-wisp-mode: Update to 1.0.12.


From: guix-commits
Subject: 13/13: gnu: emacs-wisp-mode: Update to 1.0.12.
Date: Mon, 25 Mar 2024 09:47:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e2f408030dfc442797054640c6ff28ad1596b4c9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Mar 25 14:39:35 2024 +0100

    gnu: emacs-wisp-mode: Update to 1.0.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 1.0.12.
    
    Change-Id: Iafc2b39b46fffcfe145279c272f59f5758f42499
---
 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 c3b8252be3..d4819c62ce 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38083,7 +38083,7 @@ complementary packages.")
 (define-public emacs-wisp-mode
   (package
     (name "emacs-wisp-mode")
-    (version "1.0.11")
+    (version "1.0.12")
     (source
      (origin
        (method hg-fetch)
@@ -38092,7 +38092,7 @@ complementary packages.")
              (changeset (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1w2wx5001aiwky25kvk190d1bgz6g856nm5hhaggsyb1h9f5ws17"))))
+        (base32 "0m5ssl4ngk2jl1zk0fnsss0asyvwanjaa5rrcksldqnh2ikcr4bm"))))
     (build-system emacs-build-system)
     (home-page "https://www.draketo.de/software/wisp";)
     (synopsis "Syntax highlighting and indentation support for Wisp files")



reply via email to

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