mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: emacs-docker-tramp: Update to 0.1.1.
* gnu/packages/emacs-xyz.scm (emacs-docker-tramp): Update to 0.1.1.
This commit is contained in:
parent
9c75bf0b46
commit
bc11d9ceb2
1 changed files with 2 additions and 2 deletions
|
@ -24266,7 +24266,7 @@ (define-public emacs-lisp-extra-font-lock
|
||||||
(define-public emacs-docker-tramp
|
(define-public emacs-docker-tramp
|
||||||
(package
|
(package
|
||||||
(name "emacs-docker-tramp")
|
(name "emacs-docker-tramp")
|
||||||
(version "0.1")
|
(version "0.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24276,7 +24276,7 @@ (define-public emacs-docker-tramp
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lxvzmfg52fhxrhbvp92zwp7cv4i1rlxnkyyzgngj3sjm7y60yvg"))))
|
"05966l3af9lg4nlsz6wrq282ipwxh19ggirfyabjrr1syw3v2crn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/emacs-pe/docker-tramp.el")
|
(home-page "https://github.com/emacs-pe/docker-tramp.el")
|
||||||
(synopsis "TRAMP integration for docker containers")
|
(synopsis "TRAMP integration for docker containers")
|
||||||
|
|
Loading…
Reference in a new issue