me
/
guix
Archived
1
0
Fork 0

gnu: emacs-cape: Update to 0.8.

* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.8.
master
Nicolas Goaziou 2022-07-11 10:38:19 +02:00
parent 58aaef4460
commit fc48aacdeb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3257,7 +3257,7 @@ be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
(define-public emacs-cape (define-public emacs-cape
(package (package
(name "emacs-cape") (name "emacs-cape")
(version "0.7") (version "0.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3266,7 +3266,7 @@ be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0731c55bb1vxdh8k7312z1bvf7g8jwr2n04q3ffpqp0fan6ra025")))) (base32 "0zv3hcnarwyhj4hhfk9kz4gzshks10vd5zfsmpv5nlbhvwp69j3p"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/minad/cape") (home-page "https://github.com/minad/cape")
(synopsis "Completion at point extensions for Emacs") (synopsis "Completion at point extensions for Emacs")