guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: emacs-tramp: Update to 2.6.2.2.


From: guix-commits
Subject: 05/05: gnu: emacs-tramp: Update to 2.6.2.2.
Date: Mon, 18 Mar 2024 09:30:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c8556379c3f2d3d095a178858915720f2eebc012
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Mar 18 14:29:15 2024 +0100

    gnu: emacs-tramp: Update to 2.6.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.2.2.
    
    Change-Id: Id0544436624e58cb23c16ab86e77eafeb47212b0
---
 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 b5773bcbc0..83e79544ee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32760,14 +32760,14 @@ well as an option for visually flashing evaluated 
s-expressions.")
 (define-public emacs-tramp
   (package
     (name "emacs-tramp")
-    (version "2.6.2.1")
+    (version "2.6.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "tramp-" version ".tar"))
        (sha256
-        (base32 "145riknpdvw7rvpz20m766yci3w012f241mw38pbbb9cb8pn2rbf"))))
+        (base32 "0bbsff2qr71f70nxhdi19b3jzpv6bgfb7x7qkrccsygvsvgyrb2h"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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