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.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-tramp: Update to 2.4.4.4.
Date: Sun, 29 Nov 2020 15:27:53 -0500

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 6970d35  gnu: emacs-tramp: Update to 2.4.4.4.
6970d35 is described below

commit 6970d3591d9705496d750c017e8fb8dde5820406
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 29 21:27:25 2020 +0100

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



reply via email to

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