mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: emacs-tramp: Update to 2.8.0.3.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.8.0.3. Change-Id: Id376a8381501bfc823cf2da280cf6c0a7a9b54d8
This commit is contained in:
parent
734015244c
commit
426a72790d
1 changed files with 2 additions and 2 deletions
|
|
@ -37841,14 +37841,14 @@ well as an option for visually flashing evaluated s-expressions.")
|
|||
(define-public emacs-tramp
|
||||
(package
|
||||
(name "emacs-tramp")
|
||||
(version "2.7.2.2")
|
||||
(version "2.8.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"tramp-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0nq441hdr9akpdklplnf4hcza4jgj4vq2718mvf2iznbqqs4b33k"))))
|
||||
(base32 "1qszpb4qywpnx5x7ynx8srq6m6aiygdimffghihxcviv1r1mxs53"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue