gnu: emacs-orderless: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.7.
parent
eb2b2be611
commit
1a4422e463
|
@ -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
|
||||||
|
|
Reference in New Issue