[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-tramp: Update to 2.5.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-tramp: Update to 2.5.2. |
Date: |
Thu, 30 Dec 2021 11:23:38 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a4eb287e5e gnu: emacs-tramp: Update to 2.5.2.
a4eb287e5e is described below
commit a4eb287e5e978719b0a736a587ceafb3686882ec
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 30 17:22:55 2021 +0100
gnu: emacs-tramp: Update to 2.5.2.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.2.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4cc8f713c1..0393ad07b9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25207,14 +25207,14 @@ well as an option for visually flashing evaluated
s-expressions.")
(define-public emacs-tramp
(package
(name "emacs-tramp")
- (version "2.5.1.5")
+ (version "2.5.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"tramp-" version ".tar"))
(sha256
- (base32 "1g3xf97q5h6sr67w9bphcbbqx9jz2lbl8lij5rz1r0zbsnlcv7n8"))))
+ (base32 "1j71x3q6x9xyf21capjxcp85b7z2x9khrqsd2sy2s3qwxz3jbg5n"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs ;need D-Bus
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-tramp: Update to 2.5.2.,
guix-commits <=