guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-meow: Update to 1.4.1.


From: guix-commits
Subject: 02/02: gnu: emacs-meow: Update to 1.4.1.
Date: Wed, 16 Feb 2022 07:25:28 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 37254e10d1ee2ba3e1d6ed418f01babcca5ee218
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 16 13:24:34 2022 +0100

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