mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-tramp: Update to 2.7.1.5.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.7.1.5. Change-Id: If78f6ecde8af6854d23abf6380f5ccbc69d3164b
This commit is contained in:
parent
749a6c2db0
commit
04c4e7c71b
1 changed files with 2 additions and 2 deletions
|
@ -34781,14 +34781,14 @@ well as an option for visually flashing evaluated s-expressions.")
|
|||
(define-public emacs-tramp
|
||||
(package
|
||||
(name "emacs-tramp")
|
||||
(version "2.7.1.3")
|
||||
(version "2.7.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"tramp-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0ii16y283yidql05f69yx0x2jf71w8niq5k8mlrqq05z5h4h3sw3"))))
|
||||
(base32 "11a2zyk0d1y9bxhdqfzcx4ynazfs6hb3mdgpz5kp9p3lk8l6bz5g"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue