guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-tramp: Update to 2.5.1.


From: guix-commits
Subject: 01/02: gnu: emacs-tramp: Update to 2.5.1.
Date: Tue, 29 Jun 2021 18:17:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3a8067b009816d1c325b975b0ee4a43d0a904f24
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 30 00:12:35 2021 +0200

    gnu: emacs-tramp: Update to 2.5.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.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 ab04992..ce15064 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24588,14 +24588,14 @@ well as an option for visually flashing evaluated 
s-expressions.")
 (define-public emacs-tramp
   (package
     (name "emacs-tramp")
-    (version "2.5.0.5")
+    (version "2.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "tramp-" version ".tar"))
        (sha256
-        (base32 "1dclxffynfacvwi2scpda35sxjb42603yyf2p0477qa9b0i4xha0"))))
+        (base32 "1r7wifhzy2ipdlc4fqnx6549fnx45ggz57wh0cp7s6y25761si7q"))))
     (build-system emacs-build-system)
     (arguments
      `(#:emacs ,emacs                   ;need D-Bus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]