mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-ivy-posframe: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.6.0.
This commit is contained in:
parent
832e0be618
commit
098ae2f181
1 changed files with 2 additions and 2 deletions
|
@ -25629,14 +25629,14 @@ (define-public emacs-ivy-omni-org
|
||||||
(define-public emacs-ivy-posframe
|
(define-public emacs-ivy-posframe
|
||||||
(package
|
(package
|
||||||
(name "emacs-ivy-posframe")
|
(name "emacs-ivy-posframe")
|
||||||
(version "0.5.5")
|
(version "0.6.0")
|
||||||
(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 ".tar"))
|
"ivy-posframe-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "184730grclxmlw6nfs41d4g6fvz9c6xnclvwgqx1ii0xm7p9xy95"))))
|
(base32 "07dzglrcdl54lkznyphw97xwd9bcwzdcgzkav0vqfk7f5cwh1wkf"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-ivy" ,emacs-ivy)
|
`(("emacs-ivy" ,emacs-ivy)
|
||||||
|
|
Loading…
Reference in a new issue