gnu: emacs-counsel-etags: Update to 1.10.0.
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.10.0.
This commit is contained in:
parent
a66ee01fb7
commit
e001855638
1 changed files with 2 additions and 2 deletions
|
@ -24888,7 +24888,7 @@ (define-public emacs-peep-dired
|
||||||
(define-public emacs-counsel-etags
|
(define-public emacs-counsel-etags
|
||||||
(package
|
(package
|
||||||
(name "emacs-counsel-etags")
|
(name "emacs-counsel-etags")
|
||||||
(version "1.9.17")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24897,7 +24897,7 @@ (define-public emacs-counsel-etags
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07445bbr68q1pnwpj5bwqmml9ky1gq67g24zswv8fylnzjkhy9wc"))))
|
(base32 "1zmx7vfi02c8k9wnbsmka5yx3ci8fv9wl8r0cc28jn40vgrivn8c"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-counsel" ,emacs-counsel)))
|
`(("emacs-counsel" ,emacs-counsel)))
|
||||||
|
|
Loading…
Reference in a new issue