diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-24 13:13:23 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-24 13:13:23 +0200 |
commit | e93d1d27482c98906b04f16c07e0ef006f501b5e (patch) | |
tree | f89170da993f40dc135f29f01c6c5f30e81bdd32 | |
parent | c582be4c38596a6a31a39c6799723dcd8b6eb909 (diff) | |
download | guix-e93d1d27482c98906b04f16c07e0ef006f501b5e.tar.gz |
gnu: emacs-ivy-posframe: Update to 0.6.2.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.6.2.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5ecc08a69b..a759cdea7d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27112,14 +27112,14 @@ interface.") (define-public emacs-ivy-posframe (package (name "emacs-ivy-posframe") - (version "0.6.1") + (version "0.6.2") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/" "ivy-posframe-" version ".tar")) (sha256 - (base32 "1nay2sfbwm2fkp3f1y89innd9h6j3q70q9y4yddrwa69cxlj9m23")))) + (base32 "1x6pm0pry2j7yazhxvq1gydbymwll9yg85m8qi4sh8s0pnm0vjzk")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-ivy" ,emacs-ivy) |