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