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

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Xinglu Chen 2021-06-10 09:24:33 +02:00 committed by Nicolas Goaziou
parent 9a2e8664ec
commit 5907b84d5e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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