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


From: guix-commits
Subject: branch master updated: gnu: emacs-tramp: Update to 2.5.0.5.
Date: Mon, 31 May 2021 15:38:21 -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 eb8928e  gnu: emacs-tramp: Update to 2.5.0.5.
eb8928e is described below

commit eb8928eebab3c00dc2835564da383639ca3539b7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 31 21:37:53 2021 +0200

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



reply via email to

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