guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ivy-posframe: Update to 0.5.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-ivy-posframe: Update to 0.5.5.
Date: Tue, 15 Dec 2020 11:52:05 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aeb1175  gnu: emacs-ivy-posframe: Update to 0.5.5.
aeb1175 is described below

commit aeb11754e0a962776d223bd9cac9ad0c40416c40
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 15 17:50:30 2020 +0100

    gnu: emacs-ivy-posframe: Update to 0.5.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.5.
---
 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 bafd7b8..8e5c40c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24048,14 +24048,14 @@ interface.")
 (define-public emacs-ivy-posframe
   (package
     (name "emacs-ivy-posframe")
-    (version "0.5.4")
+    (version "0.5.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "ivy-posframe-" version ".el"))
        (sha256
-        (base32 "0w2fq6pvqm991pzv2qy71kay7a2ifw7ji3k1y99syrw7gpb7hjk7"))))
+        (base32 "184730grclxmlw6nfs41d4g6fvz9c6xnclvwgqx1ii0xm7p9xy95"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-ivy" ,emacs-ivy)



reply via email to

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