guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-wisp-mode: Update to 0.3.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-wisp-mode: Update to 0.3.0.
Date: Sun, 20 Feb 2022 08:28:07 -0500

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

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0a342c9512 gnu: emacs-wisp-mode: Update to 0.3.0.
0a342c9512 is described below

commit 0a342c95126ca212b1d160c720c79c82d7cdb127
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Feb 19 21:37:33 2022 +0100

    gnu: emacs-wisp-mode: Update to 0.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 0.3.0.
---
 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 16c2cad33c..2d3e6a269a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30299,7 +30299,7 @@ complementary packages.")
 (define-public emacs-wisp-mode
   (package
     (name "emacs-wisp-mode")
-    (version "0.2.9")
+    (version "0.3.0")
     (source
      (origin
        (method hg-fetch)
@@ -30308,7 +30308,7 @@ complementary packages.")
              (changeset (string-append "wisp-mode-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xdzyj3yqzvdg0vrllp9wi8cswpa89i0gmiz22a25brw4qy185ar"))))
+        (base32 "189baxk27rq3s6h6mh0m25sv504853rpvyxxdcwx6wdy7l88qany"))))
     (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]