[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-ivy-posframe: Update to 0.5.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-ivy-posframe: Update to 0.5.0. |
Date: |
Tue, 06 Oct 2020 03:14:17 -0400 |
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 3b186ab gnu: emacs-ivy-posframe: Update to 0.5.0.
3b186ab is described below
commit 3b186ab72b135f0b9cbc3a59c4d8b6cee99b6e73
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 6 09:09:48 2020 +0200
gnu: emacs-ivy-posframe: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.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 55f9f7c..195c9a1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23340,14 +23340,14 @@ interface.")
(define-public emacs-ivy-posframe
(package
(name "emacs-ivy-posframe")
- (version "0.2.0")
+ (version "0.5.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"ivy-posframe-" version ".el"))
(sha256
- (base32 "0hr6bjlgflvz9rk5rnr55fcrd4873jxmksdr7r1zl1zcb8vdx7ks"))))
+ (base32 "1xgx4p6y244jwyfc6c9wrqm7p3y7r1z9r45y214jp8sq95knk92k"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-ivy" ,emacs-ivy)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-ivy-posframe: Update to 0.5.0.,
guix-commits <=