mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: emacs-cape: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.7.
This commit is contained in:
parent
b8fc916951
commit
5e99c3f470
1 changed files with 2 additions and 2 deletions
|
@ -3077,7 +3077,7 @@ (define-public emacs-corfu
|
|||
(define-public emacs-cape
|
||||
(package
|
||||
(name "emacs-cape")
|
||||
(version "0.6")
|
||||
(version "0.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3086,7 +3086,7 @@ (define-public emacs-cape
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue