guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-ivy-posframe: Update to 0.6.0.


From: guix-commits
Subject: 02/02: gnu: emacs-ivy-posframe: Update to 0.6.0.
Date: Sun, 11 Apr 2021 08:21:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 098ae2f181d485b426d7f570b3a09a7c3ab784d7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Apr 11 14:20:48 2021 +0200

    gnu: emacs-ivy-posframe: Update to 0.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.6.0.
---
 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 5290608..4def3d8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25629,14 +25629,14 @@ interface.")
 (define-public emacs-ivy-posframe
   (package
     (name "emacs-ivy-posframe")
-    (version "0.5.5")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "ivy-posframe-" version ".tar"))
        (sha256
-        (base32 "184730grclxmlw6nfs41d4g6fvz9c6xnclvwgqx1ii0xm7p9xy95"))))
+        (base32 "07dzglrcdl54lkznyphw97xwd9bcwzdcgzkav0vqfk7f5cwh1wkf"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-ivy" ,emacs-ivy)



reply via email to

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