mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-cape: Update to 2.1.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 2.1. [arguments]: Unset :#tests flag. Change-Id: Ieea323a9ca94912d8e7305cbfd9e93e439f85787 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
a465df6fd6
commit
6f2885cafd
1 changed files with 3 additions and 2 deletions
|
@ -5994,7 +5994,7 @@ be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
|
|||
(define-public emacs-cape
|
||||
(package
|
||||
(name "emacs-cape")
|
||||
(version "2.0")
|
||||
(version "2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6003,10 +6003,11 @@ be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0wm0y982zrfzzbdizpvr39c55bhp9y7l7w1sp8ps1b4ijbmgd0r9"))))
|
||||
(base32 "0jdlk2i4mksp7dh71hvz93125z9y1vrfq78jiazzmwyimnawq5zh"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ;no test suite
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'makeinfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue