[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-tramp: Update to 2.5.1.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-tramp: Update to 2.5.1.1. |
Date: |
Sat, 31 Jul 2021 03:27:01 -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 a62d79e gnu: emacs-tramp: Update to 2.5.1.1.
a62d79e is described below
commit a62d79e755027ab02cada4fab299601546d35b36
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jul 31 09:25:59 2021 +0200
gnu: emacs-tramp: Update to 2.5.1.1.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.1.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 743544b..2b95791 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24895,14 +24895,14 @@ well as an option for visually flashing evaluated
s-expressions.")
(define-public emacs-tramp
(package
(name "emacs-tramp")
- (version "2.5.1")
+ (version "2.5.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"tramp-" version ".tar"))
(sha256
- (base32 "1r7wifhzy2ipdlc4fqnx6549fnx45ggz57wh0cp7s6y25761si7q"))))
+ (base32 "0v3rvvhjcnyvg6l4vyxz6513mxzvv9n0skkmr62ry8yi5x9wnqp1"))))
(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.1.1.,
guix-commits <=