guix-commits
[Top][All Lists]
Advanced

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

06/53: gnu: emacs-tramp: Update to 2.6.2.0.


From: guix-commits
Subject: 06/53: gnu: emacs-tramp: Update to 2.6.2.0.
Date: Mon, 1 Jan 2024 20:26:00 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 08c08b22b25efaa54020cd23e07db8b017072b57
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:26:43 2024 +0100

    gnu: emacs-tramp: Update to 2.6.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.2.0.
    
    Change-Id: Id3db704243d269b1b0979a4ed2fe36bd42f8e9bb
---
 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 f85f098dee..6849958f03 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32244,14 +32244,14 @@ well as an option for visually flashing evaluated 
s-expressions.")
 (define-public emacs-tramp
   (package
     (name "emacs-tramp")
-    (version "2.6.1.4")
+    (version "2.6.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "tramp-" version ".tar"))
        (sha256
-        (base32 "1ajlx0982hx6ypby9dvw1yh9zyl1h4j9xp4n9rfzxhfvvq3139bi"))))
+        (base32 "06wpaqjr3qw1424k9rh5i28yxrkzh1z5dczpgp7mpv823l2x8ip3"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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