1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-ivy-posframe: Update to 0.6.4.

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.6.4.

Change-Id: Id1329591bf6e537ffd918e231297b22ee12bbd1b
This commit is contained in:
Nicolas Goaziou
2026-02-02 23:03:17 +01:00
parent 5da01ce90a
commit c1ac9c7c17

View File

@@ -42117,14 +42117,14 @@ interface.")
(define-public emacs-ivy-posframe
(package
(name "emacs-ivy-posframe")
(version "0.6.3")
(version "0.6.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"ivy-posframe-" version ".tar"))
(sha256
(base32 "0b498qzaydjrhplx4d7zcrs883dlrhfiz812sv4m3pmhfwifcchh"))))
(base32 "1lpfbr4baxha66g0pwgh3x0sgil2mrhify896raj4zal4zmbp0fk"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-ivy emacs-posframe))