[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-tramp: Update to 2.5.1.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-tramp: Update to 2.5.1.2. |
Date: |
Wed, 01 Sep 2021 04:39:24 -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 d4c6e90 gnu: emacs-tramp: Update to 2.5.1.2.
d4c6e90 is described below
commit d4c6e90a7bcd5aea21d5ca3b642869a9ee2f6e35
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Sep 1 10:38:51 2021 +0200
gnu: emacs-tramp: Update to 2.5.1.2.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.1.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 f69eadc..d8e7300 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25157,14 +25157,14 @@ well as an option for visually flashing evaluated
s-expressions.")
(define-public emacs-tramp
(package
(name "emacs-tramp")
- (version "2.5.1.1")
+ (version "2.5.1.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"tramp-" version ".tar"))
(sha256
- (base32 "0v3rvvhjcnyvg6l4vyxz6513mxzvv9n0skkmr62ry8yi5x9wnqp1"))))
+ (base32 "0p8m8prxrvrr455ahb626c1dry04m80y017h16ngr4i5ais0r85g"))))
(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.2.,
guix-commits <=