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.4.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-meow: Update to 1.4.0.
Date: Mon, 24 Jan 2022 07:09:39 -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 d7e08bf1a6 gnu: emacs-meow: Update to 1.4.0.
d7e08bf1a6 is described below

commit d7e08bf1a63aa8791ef4054ea77b0c5b5b522e78
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 24 13:08:51 2022 +0100

    gnu: emacs-meow: Update to 1.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.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 59cde55337..82b2d90978 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14033,7 +14033,7 @@ which code derived from Kelvin H's org-page.")
 (define-public emacs-meow
   (package
     (name "emacs-meow")
-    (version "1.3.0")
+    (version "1.4.0")
     (source
      (origin
        (method git-fetch)
@@ -14042,7 +14042,7 @@ which code derived from Kelvin H's org-page.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "082f013f8gbd67s6q9636lqhlhwlbg6z6n7icrqfj9x6671phwgn"))))
+        (base32 "04vin23bmds8dp2i1xihph9r7v43lcfz6fm23f4nvcyka9rqxc0z"))))
     (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]