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:
parent
db2da6524f
commit
bbf87d7efd
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue