[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-tramp: Update to 2.5.3.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-tramp: Update to 2.5.3.1. |
Date: |
Sun, 31 Jul 2022 17:54:35 -0400 |
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 48dae20007 gnu: emacs-tramp: Update to 2.5.3.1.
48dae20007 is described below
commit 48dae20007a69a7d90af70464884fda146745b1b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 31 23:53:43 2022 +0200
gnu: emacs-tramp: Update to 2.5.3.1.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.3.1.
---
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 e892754826..1a0002f4d0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26776,14 +26776,14 @@ well as an option for visually flashing evaluated
s-expressions.")
(define-public emacs-tramp
(package
(name "emacs-tramp")
- (version "2.5.3")
+ (version "2.5.3.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"tramp-" version ".tar"))
(sha256
- (base32 "16bs90h7b1d188v6glhfp0y4wgxvwn3dl6l4sbswlf1zq3y61zy7"))))
+ (base32 "0dqc5gmp20isrlanccvj6nhalmmsfg7bmm690gxfgrbqcc2vj69a"))))
(build-system emacs-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-tramp: Update to 2.5.3.1.,
guix-commits <=