guix-commits
[Top][All Lists]
Advanced

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

08/53: gnu: emacs-vertico-posframe: Update to 0.7.5.


From: guix-commits
Subject: 08/53: gnu: emacs-vertico-posframe: Update to 0.7.5.
Date: Mon, 1 Jan 2024 20:26:00 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 30a7f0212ab838ebc882a5b6d4cc14d41a42d0b6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:26:59 2024 +0100

    gnu: emacs-vertico-posframe: Update to 0.7.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.7.5.
    
    Change-Id: Ifff04b43f978e0664cafca2ab8b8e5a8b826bca4
---
 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 8240bd9c2d..023afb05b9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38897,7 +38897,7 @@ in Emacs.")
 (define-public emacs-vertico-posframe
   (package
     (name "emacs-vertico-posframe")
-    (version "0.7.3")
+    (version "0.7.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -38905,7 +38905,7 @@ in Emacs.")
                     ".tar"))
               (sha256
                (base32
-                "1gfapchkj9jkzlyz3hzkb9kpifcak0fn4y5jw6f2cs6379sjwvzm"))))
+                "1fa8kg5lqpa1xk2vf1mp420iqki866gd83vzsj166b8mnd34fdlr"))))
     (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]