gnu: emacs-orderless: Update to 0.8.

* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.8.
This commit is contained in:
Nicolas Goaziou 2022-11-29 22:58:42 +01:00
parent 8344007781
commit 0a1bf319de
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9959,38 +9959,39 @@ (define-public emacs-selectrum
(license license:expat))) (license license:expat)))
(define-public emacs-orderless (define-public emacs-orderless
(package (let ((commit "004cee6b8e01f8eb0cb1c683d0a637b14890600f"))
(name "emacs-orderless") (package
(version "0.7") (name "emacs-orderless")
(source (version "0.8")
(origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/oantolin/orderless") (uri (git-reference
(commit version))) (url "https://github.com/oantolin/orderless")
(sha256 (commit commit)))
(base32 "0m9nyz80j0qnn14drbgk8vn5yr7sv0z6yiz8w95ahcw2qwlgyjs7")) (sha256
(file-name (git-file-name name version)))) (base32 "115bwqi2yc44bgvcl7lha8p2s6jgh5hksn4wa9s0kpfxhi14jwmy"))
(build-system emacs-build-system) (file-name (git-file-name name version))))
(arguments (build-system emacs-build-system)
`(#:phases (arguments
(modify-phases %standard-phases `(#:phases
(add-after 'install 'makeinfo (modify-phases %standard-phases
(lambda* (#:key outputs #:allow-other-keys) (add-after 'install 'makeinfo
(invoke "makeinfo" "orderless.texi") (lambda* (#:key outputs #:allow-other-keys)
(install-file "orderless.info" (invoke "makeinfo" "orderless.texi")
(string-append (assoc-ref outputs "out") (install-file "orderless.info"
"/share/info"))))))) (string-append (assoc-ref outputs "out")
(native-inputs "/share/info")))))))
(list texinfo)) (native-inputs
(home-page "https://github.com/oantolin/orderless") (list texinfo))
(synopsis "Emacs completion style that matches multiple regexps in any order") (home-page "https://github.com/oantolin/orderless")
(description "This package provides an orderless completion style that (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 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
any one of several ways: literally, as a regexp, as an initialism, in the flex any one of several ways: literally, as a regexp, as an initialism, in the flex
style, or as multiple word prefixes.") style, or as multiple word prefixes.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-consult (define-public emacs-consult
(package (package