gnu: emacs-counsel-tramp: Update to 0.6.3.
* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.6.3. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
ea82e3b266
commit
f42399b5e5
|
@ -15400,7 +15400,7 @@ well as an option for visually flashing evaluated s-expressions.")
|
|||
(define-public emacs-counsel-tramp
|
||||
(package
|
||||
(name "emacs-counsel-tramp")
|
||||
(version "0.6.2")
|
||||
(version "0.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15410,7 +15410,7 @@ well as an option for visually flashing evaluated s-expressions.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nz0733x2b9b5nkwivvhv5c8747dng451na1sdfbkx5x9fjs5gc7"))))
|
||||
"1qy9lf7cyv6hp9mmpwh92cpdcffbxzyzchx6878d5pmk9qh6xy92"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-ivy" ,emacs-ivy)))
|
||||
|
|
Loading…
Reference in New Issue