[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: emacs-cape: Update to 0.7.
From: |
guix-commits |
Subject: |
01/07: gnu: emacs-cape: Update to 0.7. |
Date: |
Tue, 8 Mar 2022 17:58:15 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 5e99c3f470101377368530d38bac88338a82a075
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 8 23:29:27 2022 +0100
gnu: emacs-cape: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.7.
---
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 e8605e44ad..b9b358dd77 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3077,7 +3077,7 @@ overlay below or above the point. Corfu can be
considered the minimalistic
(define-public emacs-cape
(package
(name "emacs-cape")
- (version "0.6")
+ (version "0.7")
(source
(origin
(method git-fetch)
@@ -3086,7 +3086,7 @@ overlay below or above the point. Corfu can be
considered the minimalistic
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1bmxpfp0zs24lbp1mlcc66f4s5gxgrj78001h241mzndc3kaiqfk"))))
+ (base32 "0731c55bb1vxdh8k7312z1bvf7g8jwr2n04q3ffpqp0fan6ra025"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/cape")
(synopsis "Completion at point extensions for Emacs")
- branch master updated (b8fc916951 -> bd53dfa6df), guix-commits, 2022/03/08
- 01/07: gnu: emacs-cape: Update to 0.7.,
guix-commits <=
- 02/07: gnu: emacs-cider: Update to 1.3.0., guix-commits, 2022/03/08
- 04/07: gnu: emacs-consult: Update to 0.16., guix-commits, 2022/03/08
- 03/07: gnu: emacs-clojure-mode: Update to 5.14.0., guix-commits, 2022/03/08
- 05/07: gnu: emacs-marginalia: Update to 0.13., guix-commits, 2022/03/08
- 06/07: gnu: emacs-no-littering: Update to 1.2.6., guix-commits, 2022/03/08
- 07/07: gnu: emacs-tempel: Update to 0.3., guix-commits, 2022/03/08