mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-orderless: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.7.
This commit is contained in:
parent
eb2b2be611
commit
1a4422e463
1 changed files with 2 additions and 2 deletions
|
@ -8204,7 +8204,7 @@ (define-public emacs-selectrum
|
|||
(define-public emacs-orderless
|
||||
(package
|
||||
(name "emacs-orderless")
|
||||
(version "0.6")
|
||||
(version "0.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8212,7 +8212,7 @@ (define-public emacs-orderless
|
|||
(url "https://github.com/oantolin/orderless")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "1javw5n3h3iv7f433b2ack49aka1jdpp8yxnaahzg5qbvr80hnay"))
|
||||
(base32 "0m9nyz80j0qnn14drbgk8vn5yr7sv0z6yiz8w95ahcw2qwlgyjs7"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue