me
/
guix
Archived
1
0
Fork 0

gnu: emacs-tramp: Update to 2.6.1.2.

* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.1.2.
master
Nicolas Goaziou 2023-09-01 21:20:10 +02:00
parent 9a84a9254c
commit 5973ea8cd8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -31484,14 +31484,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.6.1") (version "2.6.1.2")
(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 "0rk2bkr2n6064170741wjparsshziwj6j6w6sfzpl7xxbldpsqxa")))) (base32 "0nazcrpkwy59dxbyzarj75zvz7vh4pgq4yzqgf6zfbvqp7q73wbn"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list