me
/
guix
Archived
1
0
Fork 0

gnu: emacs-orderless: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.7.
Nicolas Goaziou 2022-01-12 13:31:09 +01:00
parent eb2b2be611
commit 1a4422e463
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -8204,7 +8204,7 @@ interface.")
(define-public emacs-orderless (define-public emacs-orderless
(package (package
(name "emacs-orderless") (name "emacs-orderless")
(version "0.6") (version "0.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8212,7 +8212,7 @@ interface.")
(url "https://github.com/oantolin/orderless") (url "https://github.com/oantolin/orderless")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "1javw5n3h3iv7f433b2ack49aka1jdpp8yxnaahzg5qbvr80hnay")) (base32 "0m9nyz80j0qnn14drbgk8vn5yr7sv0z6yiz8w95ahcw2qwlgyjs7"))
(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