me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.6.2.
master
Nicolas Goaziou 2021-09-24 13:13:23 +02:00
parent c582be4c38
commit e93d1d2748
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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