me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.6.3.
master
Nicolas Goaziou 2021-11-04 15:28:36 +01:00
parent d45e823047
commit 395e3ba3dd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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