[bug#76331] gnu: emacs-cape: Update to 1.9.
Commit Message
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 1.9.
Change-Id: Ic12f24d2d51b07a3e5ba688e85e169a17e7ee97e
---
gnu/packages/emacs-xyz.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
base-commit: dd7a377c38c2a3e0cb80b0e45b32dfbe4577a739
--
2.48.1
Comments
Pushed as 3ea90083c7.
Thanks,
-- Ian
@@ -5456,7 +5456,7 @@ (define-public emacs-corfu-candidate-overlay
(define-public emacs-cape
(package
(name "emacs-cape")
- (version "1.8")
+ (version "1.9")
(source
(origin
(method git-fetch)
@@ -5465,7 +5465,7 @@ (define-public emacs-cape
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0ij4skr231bh3qs7s49h4ni8zkagg8k6b3jr611c0wax5gas1jzl"))))
+ (base32 "0pcgxv011z0gl0g38yh2dr09sx17pwpbvydz2dzvm730k9lbyikh"))))
(build-system emacs-build-system)
(arguments
(list
@@ -5481,8 +5481,7 @@ (define-public emacs-cape
(install-file "cape.info"
(string-append #$output "/share/info")))))))
(native-inputs (list texinfo))
- (propagated-inputs
- (list emacs-compat))
+ (propagated-inputs (list emacs-compat))
(home-page "https://github.com/minad/cape")
(synopsis "Completion at point extensions for Emacs")
(description