guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: emacs-vertico-posframe: Update to 0.5.9.


From: guix-commits
Subject: 06/09: gnu: emacs-vertico-posframe: Update to 0.5.9.
Date: Mon, 19 Dec 2022 10:59:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7d0c6da52227add6076f84365b6fa31ed4c9d44e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 19 16:10:58 2022 +0100

    gnu: emacs-vertico-posframe: Update to 0.5.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.5.9.
---
 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 d7b062c583..949cacfb83 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34649,7 +34649,7 @@ across sessions.")
 (define-public emacs-vertico-posframe
   (package
     (name "emacs-vertico-posframe")
-    (version "0.5.5")
+    (version "0.5.9")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -34657,7 +34657,7 @@ across sessions.")
                     ".tar"))
               (sha256
                (base32
-                "1rfji5x7rb787xzm9g268z7khvrby0plvas97q8wfshl96md8svx"))))
+                "1d1b8lfhr8zxa0dwsiqb1wzawx90l6lrr26jl17gpj85iyj3imq6"))))
     (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]