mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-counsel-tramp: Update to 0.7.5.
* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.5. [propagated-inputs]: Replace emacs-ivy with emacs-counsel.
This commit is contained in:
parent
c46ceff89c
commit
99cf91743c
1 changed files with 5 additions and 6 deletions
|
@ -20627,7 +20627,7 @@ (define-public emacs-eval-sexp-fu-el
|
|||
(define-public emacs-counsel-tramp
|
||||
(package
|
||||
(name "emacs-counsel-tramp")
|
||||
(version "0.6.3")
|
||||
(version "0.7.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20636,15 +20636,14 @@ (define-public emacs-counsel-tramp
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qy9lf7cyv6hp9mmpwh92cpdcffbxzyzchx6878d5pmk9qh6xy92"))))
|
||||
(base32 "18qlwyjqxap2qfbz14ma6yqp4p3v4q2y8idc355s4szjdd2as2lr"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-ivy" ,emacs-ivy)))
|
||||
`(("emacs-counsel" ,emacs-counsel)))
|
||||
(home-page "https://github.com/masasam/emacs-counsel-tramp")
|
||||
(synopsis "Ivy interface for TRAMP")
|
||||
(description "This package allows @code{ivy-mode} to display and filter
|
||||
SSH servers.")
|
||||
(description
|
||||
"This package allows @code{ivy-mode} to display and filter SSH servers.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-tramp
|
||||
|
|
Loading…
Reference in a new issue