gnu: emacs-ivy-posframe: Update to 0.6.1.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.6.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
9a2e8664ec
commit
5907b84d5e
1 changed files with 2 additions and 2 deletions
|
@ -26405,14 +26405,14 @@ interface.")
|
||||||
(define-public emacs-ivy-posframe
|
(define-public emacs-ivy-posframe
|
||||||
(package
|
(package
|
||||||
(name "emacs-ivy-posframe")
|
(name "emacs-ivy-posframe")
|
||||||
(version "0.6.0")
|
(version "0.6.1")
|
||||||
(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 "07dzglrcdl54lkznyphw97xwd9bcwzdcgzkav0vqfk7f5cwh1wkf"))))
|
(base32 "1nay2sfbwm2fkp3f1y89innd9h6j3q70q9y4yddrwa69cxlj9m23"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-ivy" ,emacs-ivy)
|
`(("emacs-ivy" ,emacs-ivy)
|
||||||
|
|
Reference in a new issue