me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.5.
master
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
1 changed files with 2 additions and 2 deletions

View File

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