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:
parent
ffcc7e56c6
commit
8f643826cd
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Reference in a new issue