[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: emacs-corfu: Update to 0.28.
From: |
guix-commits |
Subject: |
02/04: gnu: emacs-corfu: Update to 0.28. |
Date: |
Mon, 17 Oct 2022 12:45:35 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5ef2d3685cc168b86753ab0e64137e94f5268901
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 17 18:38:46 2022 +0200
gnu: emacs-corfu: Update to 0.28.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.28.
---
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 b6e11cee3a..4965685593 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3400,7 +3400,7 @@ of bibliographic references.")
(define-public emacs-corfu
(package
(name "emacs-corfu")
- (version "0.27")
+ (version "0.28")
(source
(origin
(method git-fetch)
@@ -3409,7 +3409,7 @@ of bibliographic references.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "17cdbqkil4454kd3w77w18fv15djwg07qclgcnlp6mimp6sbam9w"))))
+ (base32 "0lmjmaijanhhimkd006y5g1pvpllqgm30wj2y3wf3h4sl7h23rcz"))))
(build-system emacs-build-system)
(arguments
`(#:phases