guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-counsel-tramp: Update to 0.7.5.


From: guix-commits
Subject: 03/04: gnu: emacs-counsel-tramp: Update to 0.7.5.
Date: Sat, 4 Jul 2020 08:20:09 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 99cf91743c5e81edde738c0b02fb322a4e457f83
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jul 4 14:00:31 2020 +0200

    gnu: emacs-counsel-tramp: Update to 0.7.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.5.
    [propagated-inputs]: Replace emacs-ivy with emacs-counsel.
---
 gnu/packages/emacs-xyz.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5a3096c..b38470e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20627,7 +20627,7 @@ well as an option for visually flashing evaluated 
s-expressions.")
 (define-public emacs-counsel-tramp
   (package
     (name "emacs-counsel-tramp")
-    (version "0.6.3")
+    (version "0.7.5")
     (source
      (origin
        (method git-fetch)
@@ -20636,15 +20636,14 @@ well as an option for visually flashing evaluated 
s-expressions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1qy9lf7cyv6hp9mmpwh92cpdcffbxzyzchx6878d5pmk9qh6xy92"))))
+        (base32 "18qlwyjqxap2qfbz14ma6yqp4p3v4q2y8idc355s4szjdd2as2lr"))))
     (build-system emacs-build-system)
     (propagated-inputs
-     `(("emacs-ivy" ,emacs-ivy)))
+     `(("emacs-counsel" ,emacs-counsel)))
     (home-page "https://github.com/masasam/emacs-counsel-tramp";)
     (synopsis "Ivy interface for TRAMP")
-    (description "This package allows @code{ivy-mode} to display and filter
-SSH servers.")
+    (description
+     "This package allows @code{ivy-mode} to display and filter SSH servers.")
     (license license:gpl3+)))
 
 (define-public emacs-tramp



reply via email to

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