guix-commits
[Top][All Lists]
Advanced

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

15/44: gnu: emacs-counsel-tramp: Update to 0.7.7.


From: guix-commits
Subject: 15/44: gnu: emacs-counsel-tramp: Update to 0.7.7.
Date: Fri, 1 Sep 2023 16:23:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bbf87d7efdbe094c4a8399bc12aee8348173cb9e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:33:51 2023 +0200

    gnu: emacs-counsel-tramp: Update to 0.7.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.7.
---
 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 b3c07351d4..2a11928ee9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31468,7 +31468,7 @@ well as an option for visually flashing evaluated 
s-expressions.")
 (define-public emacs-counsel-tramp
   (package
     (name "emacs-counsel-tramp")
-    (version "0.7.6")
+    (version "0.7.7")
     (source
      (origin
        (method git-fetch)
@@ -31477,7 +31477,7 @@ well as an option for visually flashing evaluated 
s-expressions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02dhchmyaqv6855mafjxizzgpl32rmnwdmw0nbm6rkckr13cgjl1"))))
+        (base32 "10vbna3gkv3ml2bi64y80yqasvmyfhz96x66hjkiqdg6bp0xsbrn"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-counsel))



reply via email to

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