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


From: guix-commits
Subject: branch master updated: gnu: emacs-meow: Update to 1.4.2.
Date: Wed, 13 Jul 2022 09:19:22 -0400

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

commit e98f363b13418b6cc1abeb59e12543e3cc5b88f1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 13 15:18:35 2022 +0200

    gnu: emacs-meow: Update to 1.4.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.2.
---
 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 ff752c2bcd..7d100cfbcd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15057,7 +15057,7 @@ which code derived from Kelvin H's org-page.")
 (define-public emacs-meow
   (package
     (name "emacs-meow")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method git-fetch)
@@ -15066,7 +15066,7 @@ which code derived from Kelvin H's org-page.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1w6586q237c5li8c0rrivissvhn2hic6l199yr9qx92mm9cvic0q"))))
+        (base32 "11iz95lm25vpdc3plpm3h1zlmfmfz08xlman8iqk5fa13636v7hj"))))
     (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]