me
/
guix
Archived
1
0
Fork 0

gnu: emacs-counsel: Update to 0.13.4.

* gnu/packages/emacs-xyz.scm (emacs-counsel): Update to 0.13.4.
[source]: Update URI.
master
Nicolas Goaziou 2021-03-11 17:04:48 +01:00
parent db5eb8c38f
commit 54d4b7f3ab
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -7826,14 +7826,14 @@ expression.")
(define-public emacs-counsel
(package
(name "emacs-counsel")
(version "0.13.1")
(version "0.13.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"counsel-" version ".el"))
"counsel-" version ".tar"))
(sha256
(base32 "1y3hr3j5bh5mbyh1cqzxx04181qpvj4xyv1gym2gxcjd30nfllli"))))
(base32 "094zfapfn1l8wjf3djkipk0d9nks0g77sbk107pfsbr3skkzh031"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-swiper" ,emacs-swiper)))