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 93a8b91  gnu: emacs-tramp: Update to 2.5.0.2.
93a8b91 is described below

commit 93a8b91a63bdb1a8db3f4bde799a5b686b5c748f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 10:53:47 2021 +0100

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

Reply via email to