From 5e99c3f470101377368530d38bac88338a82a075 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 8 Mar 2022 23:29:27 +0100 Subject: 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") -- cgit v1.2.3