guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: emacs-ivy-posframe: Update to 0.5.2.


From: guix-commits
Subject: 01/10: gnu: emacs-ivy-posframe: Update to 0.5.2.
Date: Wed, 28 Oct 2020 17:41:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 622e700bdd09bd466c2c4e3806180b065b9383bc
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Oct 28 19:49:14 2020 +0100

    gnu: emacs-ivy-posframe: Update to 0.5.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6597b63..2226600 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23619,14 +23619,14 @@ interface.")
 (define-public emacs-ivy-posframe
   (package
     (name "emacs-ivy-posframe")
-    (version "0.5.1")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "ivy-posframe-" version ".el"))
        (sha256
-        (base32 "1yi5avbgk143xs82yqiia7yhh6jjjm22lpmwaq0ysw5mdpazjxfa"))))
+        (base32 "1y75avbgk143xs82yqiia7yhh6jjjm22lpmwaq0ysw5mdpazjxfa"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-ivy" ,emacs-ivy)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]