mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: emacs-easy-kill: Update to 0.9.4.
* gnu/packages/emacs-xyz.scm (emacs-easy-kill): Update to 0.9.4.
This commit is contained in:
parent
2724f1b231
commit
55ef497479
1 changed files with 2 additions and 2 deletions
|
@ -14255,14 +14255,14 @@ (define-public emacs-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")
|
||||
|
|
Loading…
Reference in a new issue