me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.4.
master
Nicolas Goaziou 2020-12-14 16:33:00 +01:00
parent f6afc63dc1
commit 76d59abea3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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