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

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.0.
This commit is contained in:
Nicolas Goaziou 2020-10-06 09:09:48 +02:00
parent 527b27f14c
commit 3b186ab72b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23340,14 +23340,14 @@ (define-public emacs-ivy-omni-org
(define-public emacs-ivy-posframe
(package
(name "emacs-ivy-posframe")
(version "0.2.0")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"ivy-posframe-" version ".el"))
(sha256
(base32 "0hr6bjlgflvz9rk5rnr55fcrd4873jxmksdr7r1zl1zcb8vdx7ks"))))
(base32 "1xgx4p6y244jwyfc6c9wrqm7p3y7r1z9r45y214jp8sq95knk92k"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-ivy" ,emacs-ivy)