gnu: emacs-orderless: Update to 1.5.

* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.5.
[arguments]: Set #:tests? to #f.

Change-Id: I76c52bf4738385a381484b77310cac8f915a8698
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Cayetano Santos 2025-08-04 13:45:51 +02:00 committed by jgart
parent 87c0996274
commit 00570227b7
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -14171,7 +14171,7 @@ interface.")
(define-public emacs-orderless (define-public emacs-orderless
(package (package
(name "emacs-orderless") (name "emacs-orderless")
(version "1.4") (version "1.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -14179,11 +14179,12 @@ interface.")
(url "https://github.com/oantolin/orderless") (url "https://github.com/oantolin/orderless")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "1la91fk322n600h4wnavx7a6rdc44mz4v4gg1fb3cpwjsw746sl8")) (base32 "0cgklam29vsfrl70n3cqv1dxbsnpzjylfxabfs9v1yz02q27nggv"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
#:tests? #f
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'install 'makeinfo (add-after 'install 'makeinfo
@ -14194,7 +14195,8 @@ interface.")
(native-inputs (list texinfo)) (native-inputs (list texinfo))
(propagated-inputs (list emacs-compat)) (propagated-inputs (list emacs-compat))
(home-page "https://github.com/oantolin/orderless") (home-page "https://github.com/oantolin/orderless")
(synopsis "Emacs completion style that matches multiple regexps in any order") (synopsis
"Emacs completion style that matches multiple regexps in any order")
(description "This package provides an orderless completion style that (description "This package provides an orderless completion style that
divides the pattern into space-separated components, and matches candidates divides the pattern into space-separated components, and matches candidates
that match all of the components in any order. Each component can match in that match all of the components in any order. Each component can match in