mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: emacs-cape: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 1.1. Change-Id: I7b2c1c415e62d4c13d0f3d5b946d93423dc08fb4
This commit is contained in:
parent
551e159467
commit
3b8ff1d101
1 changed files with 2 additions and 2 deletions
|
@ -4675,7 +4675,7 @@ (define-public emacs-corfu-candidate-overlay
|
|||
(define-public emacs-cape
|
||||
(package
|
||||
(name "emacs-cape")
|
||||
(version "0.17")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4684,7 +4684,7 @@ (define-public emacs-cape
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1kzhiffzv20rwjcx0iywj39hxibw0wga9ck77yam9xv7ips2mav4"))))
|
||||
(base32 "0nx08i11s0z9kk711r7wp8sgj00n8hjk5gx0rqr9awrl9fmw1kp2"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue