guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: emacs-vertico-posframe: Update to 0.7.0.


From: guix-commits
Subject: 03/13: gnu: emacs-vertico-posframe: Update to 0.7.0.
Date: Mon, 20 Feb 2023 08:06:21 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 06212e8c6a6cec0311edf14de465b8004c21f84c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 20 13:32:13 2023 +0100

    gnu: emacs-vertico-posframe: Update to 0.7.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.7.0.
---
 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 1645fea869..32fc437ef1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35833,7 +35833,7 @@ across sessions.")
 (define-public emacs-vertico-posframe
   (package
     (name "emacs-vertico-posframe")
-    (version "0.6.0")
+    (version "0.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -35841,7 +35841,7 @@ across sessions.")
                     ".tar"))
               (sha256
                (base32
-                "1cwi26jz9dn8la6zxxai2pfkcpz8lwf4cd8hr44lak6x0ca9bwr3"))))
+                "19ic4yjm9ccnvrhccfzhn4p3brk760hf8aw6qv53gf6qlj3mcyag"))))
     (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]