me
/
guix
Archived
1
0
Fork 0

gnu: emacs-easy-kill: Update to 0.9.5.

* gnu/packages/emacs-xyz.scm (emacs-easy-kill): Update to 0.9.5.
master
Nicolas Goaziou 2022-07-12 12:40:43 +02:00
parent 3f772eb427
commit 5cd7e0cf26
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")