mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-cape: Update to 1.6.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 1.6. Change-Id: I8193512510860d2820ae5c17fca27dd7a711181a
This commit is contained in:
parent
a574444771
commit
6ab6a7eeed
1 changed files with 2 additions and 2 deletions
|
@ -5093,7 +5093,7 @@ (define-public emacs-corfu-candidate-overlay
|
|||
(define-public emacs-cape
|
||||
(package
|
||||
(name "emacs-cape")
|
||||
(version "1.5")
|
||||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5102,7 +5102,7 @@ (define-public emacs-cape
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ah0nwib2k46467j0fhq9kckx7cqnjgwpdb7zk9jw8rbrjlndcpw"))))
|
||||
(base32 "0bkkb4fpga7r0rmyj8i621xmn5s0l7w49xyj1byy8z4rgl73zlhb"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue