me
/
guix
Archived
1
0
Fork 0

gnu: emacs-tramp: Update to 2.4.4.4.

* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.4.
master
Nicolas Goaziou 2020-11-29 21:27:25 +01:00
parent e2faabfa7d
commit 6970d3591d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -22179,14 +22179,14 @@ well as an option for visually flashing evaluated s-expressions.")
(define-public emacs-tramp (define-public emacs-tramp
(package (package
(name "emacs-tramp") (name "emacs-tramp")
(version "2.4.4.3") (version "2.4.4.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/" (uri (string-append "https://elpa.gnu.org/packages/"
"tramp-" version ".tar")) "tramp-" version ".tar"))
(sha256 (sha256
(base32 "0ms739a61d7jkq0lkf4dxql6kjrq435d6ds079bb1fpzglbnqkym")))) (base32 "1f2d02xz3kpy50186wcy688lx76dv0gmrbkj2qdvifcwhyc26sz8"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:emacs ,emacs ;need D-Bus `(#:emacs ,emacs ;need D-Bus