diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-06 23:58:53 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-06 23:58:53 +0100 |
commit | 645b06ed45a4c6efe623d840065b35c076c5b568 (patch) | |
tree | 60a551a2b5eb1e5f0799ef11b263013279c0885c /gnu | |
parent | a80eea859a47e43c55173c00d81d7fabff35771e (diff) | |
download | guix-645b06ed45a4c6efe623d840065b35c076c5b568.tar.gz |
gnu: emacs-cape: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8bf5235994..5e14321165 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3007,7 +3007,7 @@ overlay below or above the point. Corfu can be considered the minimalistic (define-public emacs-cape (package (name "emacs-cape") - (version "0.5") + (version "0.6") (source (origin (method git-fetch) @@ -3016,7 +3016,7 @@ overlay below or above the point. Corfu can be considered the minimalistic (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0780qymlrg3glyxypizqzwicp5ly5xavxgpmayhx8cxlgp2zlkjh")))) + (base32 "1bmxpfp0zs24lbp1mlcc66f4s5gxgrj78001h241mzndc3kaiqfk")))) (build-system emacs-build-system) (home-page "https://github.com/minad/cape") (synopsis "Completion at point extensions for Emacs") |