mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-orderless: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.4. Change-Id: I2d79ee3ee2936e3462e253d61a15df330e61e69f Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
a981f5cb93
commit
de3372b6dc
1 changed files with 2 additions and 2 deletions
|
@ -13626,7 +13626,7 @@ interface.")
|
||||||
(define-public emacs-orderless
|
(define-public emacs-orderless
|
||||||
(package
|
(package
|
||||||
(name "emacs-orderless")
|
(name "emacs-orderless")
|
||||||
(version "1.3")
|
(version "1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13634,7 +13634,7 @@ interface.")
|
||||||
(url "https://github.com/oantolin/orderless")
|
(url "https://github.com/oantolin/orderless")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0w7vrhqg3klr0zxnijmfgfgr5nf6z3cmlrbw3qz9y7z2p2ll5w8m"))
|
(base32 "1la91fk322n600h4wnavx7a6rdc44mz4v4gg1fb3cpwjsw746sl8"))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue