mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ivy-posframe: Update to 0.5.3.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.3.
This commit is contained in:
parent
eddf3db5c9
commit
314f464294
1 changed files with 2 additions and 2 deletions
|
@ -24003,14 +24003,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.2")
|
(version "0.5.3")
|
||||||
(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 "01zc2yj7g4lfz7qblx7k6sg54v0h4w0frnnmsf92lwypfijd2lsj"))))
|
(base32 "03ydfb155p5lak7nw4s79ab9zadwsjw1zggzwxgnlydsqdqbr6l6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-ivy" ,emacs-ivy)
|
`(("emacs-ivy" ,emacs-ivy)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue