guix-commits
[Top][All Lists]
Advanced

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

03/18: gnu: emacs-vertico-posframe: Update to 0.7.6.


From: guix-commits
Subject: 03/18: gnu: emacs-vertico-posframe: Update to 0.7.6.
Date: Thu, 4 Jan 2024 06:11:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 9470fd9cd830f7e9e16ea38e822693d00ace1054
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 11:37:26 2024 +0100

    gnu: emacs-vertico-posframe: Update to 0.7.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.7.6.
    
    Change-Id: I9cb71efe2a2e0d108778d49efb87b7da74753399
---
 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 b082d8b043..e437789c8b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38904,7 +38904,7 @@ in Emacs.")
 (define-public emacs-vertico-posframe
   (package
     (name "emacs-vertico-posframe")
-    (version "0.7.5")
+    (version "0.7.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -38912,7 +38912,7 @@ in Emacs.")
                     ".tar"))
               (sha256
                (base32
-                "1fa8kg5lqpa1xk2vf1mp420iqki866gd83vzsj166b8mnd34fdlr"))))
+                "15d7j37rmmg021mciwibcfmdwjn2694ljlh4sj03m1j4gj7igfqd"))))
     (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]