guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-meow: Update to 1.3.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-meow: Update to 1.3.0.
Date: Sat, 15 Jan 2022 16:46:03 -0500

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 dbec0a8f5b gnu: emacs-meow: Update to 1.3.0.
dbec0a8f5b is described below

commit dbec0a8f5b4cf0f1b0de7955a55055977ddc2e4e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 15 22:45:17 2022 +0100

    gnu: emacs-meow: Update to 1.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.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 bc40feb600..b317d4dc58 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14007,7 +14007,7 @@ which code derived from Kelvin H's org-page.")
 (define-public emacs-meow
   (package
     (name "emacs-meow")
-    (version "1.2.1")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -14016,7 +14016,7 @@ which code derived from Kelvin H's org-page.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "048y1sgsl7amcsq8pxw9m2fws1zcjwbsqs1lnsz30dx6qasdmjf1"))))
+        (base32 "082f013f8gbd67s6q9636lqhlhwlbg6z6n7icrqfj9x6671phwgn"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/meow-edit/meow";)
     (synopsis "Yet another modal editing on Emacs")



reply via email to

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