mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ previewed by scrolling up and down within a @code{dired} buffer.")
|
|||
(define-public emacs-counsel-etags
|
||||
(package
|
||||
(name "emacs-counsel-etags")
|
||||
(version "1.9.17")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -24897,7 +24897,7 @@ previewed by scrolling up and down within a @code{dired} buffer.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07445bbr68q1pnwpj5bwqmml9ky1gq67g24zswv8fylnzjkhy9wc"))))
|
||||
(base32 "1zmx7vfi02c8k9wnbsmka5yx3ci8fv9wl8r0cc28jn40vgrivn8c"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-counsel" ,emacs-counsel)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue