guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: emacs-ivy-posframe: Update to 0.6.1.


From: guix-commits
Subject: 01/03: gnu: emacs-ivy-posframe: Update to 0.6.1.
Date: Sat, 12 Jun 2021 16:34:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5907b84d5ebb8480aac0168ea4223f00732b2a0e
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Thu Jun 10 09:24:33 2021 +0200

    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>
---
 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 c23e2e0..9c8cf74 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26405,14 +26405,14 @@ interface.")
 (define-public emacs-ivy-posframe
   (package
     (name "emacs-ivy-posframe")
-    (version "0.6.0")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "ivy-posframe-" version ".tar"))
        (sha256
-        (base32 "07dzglrcdl54lkznyphw97xwd9bcwzdcgzkav0vqfk7f5cwh1wkf"))))
+        (base32 "1nay2sfbwm2fkp3f1y89innd9h6j3q70q9y4yddrwa69cxlj9m23"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-ivy" ,emacs-ivy)



reply via email to

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