mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-counsel-etags: Update to 1.9.11.
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.11. [propagated-inputs]: Replace emacs-ivy with emacs-counsel.
This commit is contained in:
parent
e7d11f4fa6
commit
597bc8218c
1 changed files with 3 additions and 4 deletions
|
@ -20356,7 +20356,7 @@ (define-public emacs-peep-dired
|
|||
(define-public emacs-counsel-etags
|
||||
(package
|
||||
(name "emacs-counsel-etags")
|
||||
(version "1.8.9")
|
||||
(version "1.9.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20365,11 +20365,10 @@ (define-public emacs-counsel-etags
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rmdl93kgyydwa96yclds9vwly41bpk8v18cbqc1x266w6v77dr9"))))
|
||||
(base32 "0h0br41vkrx9l7bqr55bafqd715drxxwm41qif6iffhgdpvf69ym"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-ivy" ,emacs-ivy)))
|
||||
`(("emacs-counsel" ,emacs-counsel)))
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command '("make" "test")))
|
||||
|
|
Loading…
Reference in a new issue