mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: emacs-tramp: Update to 2.4.4.2.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.2.
This commit is contained in:
parent
a6b72a0f2b
commit
71a85fedcd
1 changed files with 2 additions and 2 deletions
|
@ -21269,14 +21269,14 @@ (define-public emacs-counsel-tramp
|
|||
(define-public emacs-tramp
|
||||
(package
|
||||
(name "emacs-tramp")
|
||||
(version "2.4.4.1")
|
||||
(version "2.4.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"tramp-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0jayd75yscaqvg6y0m6g2mgbjswyj5gqdij2az9g0j18vm5vbqy3"))))
|
||||
(base32 "16c8x5d803hjql0z88lidyx3zrhxlpjphdpzn3ppzz3wrsxsv8rf"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:emacs ,emacs ;need D-Bus
|
||||
|
|
Loading…
Reference in a new issue