all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48510] [PATCH] gnu: emacs-corfu: Update to 0.8.
@ 2021-05-18 21:40 Xinglu Chen
  2021-05-19 13:51 ` bug#48510: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-05-18 21:40 UTC (permalink / raw)
  To: 48510

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.8.
---
 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 f85a44b51a..d02adf78c4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2621,7 +2621,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "0.7")
+    (version "0.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2630,7 +2630,7 @@ of bibliographic references.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0izv2cdffnx77rbjpcr87pa2xk16q4sqfmns1gzplsczj9z2a88y"))))
+                "007r1l3ian2bfj4h2xkd2qwh1d1m7kda1p6pj51dikbzaphglh1r"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/corfu")
     (synopsis "Completion overlay region function")

base-commit: 687adf00dd2583eef66bdec0a15b629281c30819
-- 
2.31.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#48510: [PATCH] gnu: emacs-corfu: Update to 0.8.
  2021-05-18 21:40 [bug#48510] [PATCH] gnu: emacs-corfu: Update to 0.8 Xinglu Chen
@ 2021-05-19 13:51 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-05-19 13:51 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 48510-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.8.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-19 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 21:40 [bug#48510] [PATCH] gnu: emacs-corfu: Update to 0.8 Xinglu Chen
2021-05-19 13:51 ` bug#48510: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.