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:
Cayetano Santos 2025-07-17 12:25:33 +02:00 committed by jgart
parent a465df6fd6
commit 6f2885cafd
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -5994,7 +5994,7 @@ be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
(define-public emacs-cape (define-public emacs-cape
(package (package
(name "emacs-cape") (name "emacs-cape")
(version "2.0") (version "2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6003,10 +6003,11 @@ be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0wm0y982zrfzzbdizpvr39c55bhp9y7l7w1sp8ps1b4ijbmgd0r9")))) (base32 "0jdlk2i4mksp7dh71hvz93125z9y1vrfq78jiazzmwyimnawq5zh"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
#:tests? #f ;no test suite
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'makeinfo (add-after 'unpack 'makeinfo