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


From: guix-commits
Subject: branch master updated: gnu: emacs-tramp: Update to 2.4.3.5.
Date: Sat, 30 May 2020 20:27:28 -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 018cffc  gnu: emacs-tramp: Update to 2.4.3.5.
018cffc is described below

commit 018cffc9c9e5a5855733f5f45a1c4d396bb6a321
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 31 02:26:34 2020 +0200

    gnu: emacs-tramp: Update to 2.4.3.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.3.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 a51f844..08730fc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20349,14 +20349,14 @@ SSH servers.")
 (define-public emacs-tramp
   (package
     (name "emacs-tramp")
-    (version "2.4.3.4")
+    (version "2.4.3.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "tramp-" version ".tar"))
        (sha256
-        (base32 "01il42xb6s38qnb7bhn9d7gscc5p5y4da5a4dp1i1cyi823sfp8f"))))
+        (base32 "14djizi4ivwv4ad4nymday86jbh45w14wdhlm96743ffwr45dd2m"))))
     (build-system emacs-build-system)
     (arguments
      `(#:emacs ,emacs                   ;need D-Bus



reply via email to

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