[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: emacs-corfu: Update to 0.27.
From: |
guix-commits |
Subject: |
03/06: gnu: emacs-corfu: Update to 0.27. |
Date: |
Wed, 31 Aug 2022 17:53:56 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit ea4abf1b30ed36149a920d74a33048e37b3d22c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 31 23:45:10 2022 +0200
gnu: emacs-corfu: Update to 0.27.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.27.
---
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 eede2c4a4e..1f39153306 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3248,7 +3248,7 @@ of bibliographic references.")
(define-public emacs-corfu
(package
(name "emacs-corfu")
- (version "0.26")
+ (version "0.27")
(source
(origin
(method git-fetch)
@@ -3257,7 +3257,7 @@ of bibliographic references.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "00fmw6a1pjl4paawrhvbjw2ydnds3vxl2gjgzc9i13khnbv8wdq1"))))
+ (base32 "17cdbqkil4454kd3w77w18fv15djwg07qclgcnlp6mimp6sbam9w"))))
(build-system emacs-build-system)
(arguments
`(#:phases
- branch master updated (5aa431ba20 -> a3b5b86db7), guix-commits, 2022/08/31
- 03/06: gnu: emacs-corfu: Update to 0.27.,
guix-commits <=
- 02/06: gnu: emacs-s: Update to 1.13.0., guix-commits, 2022/08/31
- 01/06: gnu: emacs-tramp: Update to 2.5.3.2., guix-commits, 2022/08/31
- 04/06: gnu: emacs-vertico: Update to 0.26., guix-commits, 2022/08/31
- 05/06: gnu: emacs-autothemer: Update to 0.2.10., guix-commits, 2022/08/31
- 06/06: gnu: emacs-diff-hl: Update to 1.9.0., guix-commits, 2022/08/31