guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-easy-kill: Update to 0.9.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-easy-kill: Update to 0.9.5.
Date: Tue, 12 Jul 2022 06:41: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 5cd7e0cf26 gnu: emacs-easy-kill: Update to 0.9.5.
5cd7e0cf26 is described below

commit 5cd7e0cf26a36b46605ae65a0aa63cfe26342738
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 12 12:40:43 2022 +0200

    gnu: emacs-easy-kill: Update to 0.9.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-easy-kill): Update to 0.9.5.
---
 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 139018434b..f593ae0b1e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17005,14 +17005,14 @@ Slack client.")
 (define-public emacs-easy-kill
   (package
     (name "emacs-easy-kill")
-    (version "0.9.4")
+    (version "0.9.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/easy-kill-";
                                   version ".tar"))
               (sha256
                (base32
-                "1pqqv4dhfm00wqch4wy3n2illsvxlz9r6r64925cvq3i7wq4la1x"))))
+                "0h8rzd23sgkj3vxnyhis9iyq8n3xqp9x1mvxlm61s6wwj9j398j6"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/leoliu/easy-kill";)
     (synopsis "Kill and mark things easily in Emacs")



reply via email to

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