guix-commits
[Top][All Lists]
Advanced

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

08/78: gnu: emacs-tramp: Update to 2.6.2.1.


From: guix-commits
Subject: 08/78: gnu: emacs-tramp: Update to 2.6.2.1.
Date: Fri, 23 Feb 2024 03:11:58 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit ce970f04ff5209b064bd5c60068b81b38c8a935c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 21 23:14:14 2024 -0500

    gnu: emacs-tramp: Update to 2.6.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.2.1.
    [inputs]: Delete field.
    
    Change-Id: I13a2f9c91dcfbd3152584fabd35597928ffe1de5
---
 gnu/packages/emacs-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fea927ec19..8c9e58ba80 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32616,14 +32616,14 @@ well as an option for visually flashing evaluated 
s-expressions.")
 (define-public emacs-tramp
   (package
     (name "emacs-tramp")
-    (version "2.6.2.0")
+    (version "2.6.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "tramp-" version ".tar"))
        (sha256
-        (base32 "06wpaqjr3qw1424k9rh5i28yxrkzh1z5dczpgp7mpv823l2x8ip3"))))
+        (base32 "145riknpdvw7rvpz20m766yci3w012f241mw38pbbb9cb8pn2rbf"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -32638,8 +32638,6 @@ well as an option for visually flashing evaluated 
s-expressions.")
               (emacs-substitute-variables "tramp.el"
                 ("tramp-encoding-shell"
                  (search-input-file inputs "/bin/sh"))))))))
-    (inputs
-     (list bash))
     (home-page "https://savannah.gnu.org/projects/tramp";)
     (synopsis "Remote file editing package for Emacs")
     (description



reply via email to

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