mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: emacs-cape: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.16.
This commit is contained in:
parent
ff23e34f56
commit
0df1549b71
1 changed files with 2 additions and 2 deletions
|
@ -4280,7 +4280,7 @@ (define-public emacs-corfu-doc
|
|||
(define-public emacs-cape
|
||||
(package
|
||||
(name "emacs-cape")
|
||||
(version "0.15")
|
||||
(version "0.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4289,7 +4289,7 @@ (define-public emacs-cape
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1aivq3v00l17lmq7fmdzhc6lczi9ky2wl0ayab13vkdcidl5j1kd"))))
|
||||
(base32 "1dvqfi41bkw1bi930kjww1yjrdmpk86ji9p7spa8dd0lrc3fh2c7"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue