mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-cape: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 1.3. Change-Id: I2267ba11037c027b0b77d83fe6718aab0dd8b52a
This commit is contained in:
parent
be1d8cdc76
commit
c033bea82d
1 changed files with 2 additions and 2 deletions
|
@ -4768,7 +4768,7 @@ (define-public emacs-corfu-candidate-overlay
|
|||
(define-public emacs-cape
|
||||
(package
|
||||
(name "emacs-cape")
|
||||
(version "1.1")
|
||||
(version "1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4777,7 +4777,7 @@ (define-public emacs-cape
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0nx08i11s0z9kk711r7wp8sgj00n8hjk5gx0rqr9awrl9fmw1kp2"))))
|
||||
(base32 "1zz5sah8zdkvmbh2kdn4v5vf3sb09krdrxhzyzcg63zjya2z8prz"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue