guix-commits
[Top][All Lists]
Advanced

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

17/17: gnu: emacs-wisp-mode: Update to 1.0.11.


From: guix-commits
Subject: 17/17: gnu: emacs-wisp-mode: Update to 1.0.11.
Date: Fri, 24 Mar 2023 05:14:37 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 34f2d3aad7009955bd426b0dfd6ce62c64fff458
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 24 10:12:05 2023 +0100

    gnu: emacs-wisp-mode: Update to 1.0.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 1.0.11.
---
 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 b09686caf3..c7b7517e2b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35170,7 +35170,7 @@ complementary packages.")
 (define-public emacs-wisp-mode
   (package
     (name "emacs-wisp-mode")
-    (version "1.0.10")
+    (version "1.0.11")
     (source
      (origin
        (method hg-fetch)
@@ -35179,7 +35179,7 @@ complementary packages.")
              (changeset (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13xlagkjmnzv0fn6bwb3vrqn6arxx1g2m1b4wg2rzm7dadlpgmpn"))))
+        (base32 "1w2wx5001aiwky25kvk190d1bgz6g856nm5hhaggsyb1h9f5ws17"))))
     (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]