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


From: guix-commits
Subject: branch master updated: gnu: emacs-easy-kill: Update to 0.9.4.
Date: Tue, 16 Mar 2021 09:11:42 -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 55ef497  gnu: emacs-easy-kill: Update to 0.9.4.
55ef497 is described below

commit 55ef497479745be85c1f0bf370c1c974fe7f2a34
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 16 14:11:14 2021 +0100

    gnu: emacs-easy-kill: Update to 0.9.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-easy-kill): Update to 0.9.4.
---
 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 3496c69..bedfd61 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14255,14 +14255,14 @@ and shell-command prompts that are based on Bash 
completion.")
 (define-public emacs-easy-kill
   (package
     (name "emacs-easy-kill")
-    (version "0.9.3")
+    (version "0.9.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/easy-kill-";
                                   version ".tar"))
               (sha256
                (base32
-                "17nw0mglmg877axwg1d0gs03yc0p04lzmd3pl0nsnqbh3303fnqb"))))
+                "1pqqv4dhfm00wqch4wy3n2illsvxlz9r6r64925cvq3i7wq4la1x"))))
     (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]