Archived
1
0
Fork 0

gnu: emacs-counsel: Update to 0.14.0.

* gnu/packages/emacs-xyz.scm (emacs-counsel): Update to 0.14.0.
This commit is contained in:
Nicolas Goaziou 2023-04-16 14:15:41 +02:00
parent ffcc7e56c6
commit 8f643826cd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11667,14 +11667,14 @@ expression.")
(define-public emacs-counsel
(package
(name "emacs-counsel")
(version "0.13.4")
(version "0.14.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"counsel-" version ".tar"))
(sha256
(base32 "094zfapfn1l8wjf3djkipk0d9nks0g77sbk107pfsbr3skkzh031"))))
(base32 "03n1qk66dcbh9xlnlzpwkb441c2xdpfc7bzx4i2szw0xh4a6g5sj"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-swiper))