guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-tramp: Update to 2.4.4.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-tramp: Update to 2.4.4.1.
Date: Thu, 30 Jul 2020 11:46:07 -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 61c40b5  gnu: emacs-tramp: Update to 2.4.4.1.
61c40b5 is described below

commit 61c40b5726f3e90957ce4d826794cb6a1d92ee51
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 30 17:45:43 2020 +0200

    gnu: emacs-tramp: Update to 2.4.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.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 475d94a..04bb534 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20990,14 +20990,14 @@ well as an option for visually flashing evaluated 
s-expressions.")
 (define-public emacs-tramp
   (package
     (name "emacs-tramp")
-    (version "2.4.4")
+    (version "2.4.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "tramp-" version ".tar"))
        (sha256
-        (base32 "0kdpcrg3iqnfvg1a1spkkngygjddmp2dgz0rcvdccdlfr0hn27c2"))))
+        (base32 "0jayd75yscaqvg6y0m6g2mgbjswyj5gqdij2az9g0j18vm5vbqy3"))))
     (build-system emacs-build-system)
     (arguments
      `(#:emacs ,emacs                   ;need D-Bus



reply via email to

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