guix-commits
[Top][All Lists]
Advanced

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

19/53: gnu: emacs-vertico-posframe: Update to 0.7.7.


From: guix-commits
Subject: 19/53: gnu: emacs-vertico-posframe: Update to 0.7.7.
Date: Thu, 22 Feb 2024 10:18:57 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b95f276eea384e795ecbc376e67915e7b1786634
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 12:32:15 2024 +0100

    gnu: emacs-vertico-posframe: Update to 0.7.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.7.7.
    
    Change-Id: I5b92c64652f13a2e155ec03b531337872c85cdc6
---
 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 4b25889d38..caa9bf8b43 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39352,7 +39352,7 @@ in Emacs.")
 (define-public emacs-vertico-posframe
   (package
     (name "emacs-vertico-posframe")
-    (version "0.7.6")
+    (version "0.7.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -39360,7 +39360,7 @@ in Emacs.")
                     ".tar"))
               (sha256
                (base32
-                "15d7j37rmmg021mciwibcfmdwjn2694ljlh4sj03m1j4gj7igfqd"))))
+                "0xqbbqkzd2v7kqgmiwlx9pmpck2mpfwxmvy66i7dpzysvargi70q"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-posframe emacs-vertico))
     (home-page "https://github.com/tumashu/vertico-posframe";)



reply via email to

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