mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-counsel-tramp: Update to 0.7.6.
* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.6.
This commit is contained in:
parent
a09f28758a
commit
6df0f59f31
1 changed files with 2 additions and 2 deletions
|
@ -29012,7 +29012,7 @@ (define-public emacs-eval-sexp-fu-el
|
|||
(define-public emacs-counsel-tramp
|
||||
(package
|
||||
(name "emacs-counsel-tramp")
|
||||
(version "0.7.5")
|
||||
(version "0.7.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -29021,7 +29021,7 @@ (define-public emacs-counsel-tramp
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18qlwyjqxap2qfbz14ma6yqp4p3v4q2y8idc355s4szjdd2as2lr"))))
|
||||
(base32 "02dhchmyaqv6855mafjxizzgpl32rmnwdmw0nbm6rkckr13cgjl1"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-counsel))
|
||||
|
|
Loading…
Reference in a new issue