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

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.5.
This commit is contained in:
Nicolas Goaziou 2020-12-15 17:50:30 +01:00
parent 7530e491b5
commit aeb11754e0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24048,14 +24048,14 @@ (define-public emacs-ivy-omni-org
(define-public emacs-ivy-posframe
(package
(name "emacs-ivy-posframe")
(version "0.5.4")
(version "0.5.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"ivy-posframe-" version ".el"))
(sha256
(base32 "0w2fq6pvqm991pzv2qy71kay7a2ifw7ji3k1y99syrw7gpb7hjk7"))))
(base32 "184730grclxmlw6nfs41d4g6fvz9c6xnclvwgqx1ii0xm7p9xy95"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-ivy" ,emacs-ivy)