gnu: emacs-orderless: Update to 1.0.

* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.0, previously used
commit was pointing to 0.8.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Piotr Kwiecinski 2023-08-15 11:19:03 +02:00 committed by Hilton Chain
parent 262efbf9b1
commit e9bea73e2d
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -11290,7 +11290,6 @@ interface.")
(license license:expat)))
(define-public emacs-orderless
(let ((commit "004cee6b8e01f8eb0cb1c683d0a637b14890600f"))
(package
(name "emacs-orderless")
(version "1.0")
@ -11299,9 +11298,9 @@ interface.")
(method git-fetch)
(uri (git-reference
(url "https://github.com/oantolin/orderless")
(commit commit)))
(commit version)))
(sha256
(base32 "115bwqi2yc44bgvcl7lha8p2s6jgh5hksn4wa9s0kpfxhi14jwmy"))
(base32 "1jmwyici90v82gqjq44n0scrwhmg05pi9yplkn4bpss80c83dxp4"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
@ -11322,7 +11321,7 @@ divides the pattern into space-separated components, and matches candidates
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
style, or as multiple word prefixes.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-consult
(package