summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-03-08 23:29:27 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-03-08 23:55:02 +0100
commit5e99c3f470101377368530d38bac88338a82a075 (patch)
treea3caa7ccd8262b35893f44284e2b56a1c4bfad76
parentb8fc9169515ef1a6d6037c84e30ad308e5418b6f (diff)
downloadguix-patches-5e99c3f470101377368530d38bac88338a82a075.tar
guix-patches-5e99c3f470101377368530d38bac88338a82a075.tar.gz
gnu: emacs-cape: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.7.
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files 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")