gnu: emacs-counsel-tramp: Update to 0.7.7.

* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.7.
This commit is contained in:
Nicolas Goaziou 2023-09-01 21:33:51 +02:00
parent db2da6524f
commit bbf87d7efd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -31468,7 +31468,7 @@ (define-public emacs-eval-sexp-fu-el
(define-public emacs-counsel-tramp (define-public emacs-counsel-tramp
(package (package
(name "emacs-counsel-tramp") (name "emacs-counsel-tramp")
(version "0.7.6") (version "0.7.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -31477,7 +31477,7 @@ (define-public emacs-counsel-tramp
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "02dhchmyaqv6855mafjxizzgpl32rmnwdmw0nbm6rkckr13cgjl1")))) (base32 "10vbna3gkv3ml2bi64y80yqasvmyfhz96x66hjkiqdg6bp0xsbrn"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-counsel)) (list emacs-counsel))