mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-cape: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.12.
This commit is contained in:
parent
992f3edc34
commit
98384b799d
1 changed files with 2 additions and 2 deletions
|
@ -3780,7 +3780,7 @@ (define-public emacs-corfu-doc
|
|||
(define-public emacs-cape
|
||||
(package
|
||||
(name "emacs-cape")
|
||||
(version "0.11")
|
||||
(version "0.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3789,7 +3789,7 @@ (define-public emacs-cape
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0z6ixw7gsx1g7x2xpj5ilslrjrlp6x2ynzh731hs3yf3n281715b"))))
|
||||
(base32 "1855wi6ghi42ngjq3qyjr3p1nc57s257v9c98wqmb2n6vca5p2lp"))))
|
||||
(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