gnu: emacs-orderless: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.1. Change-Id: I31c0cb82c20b1104d3043e93701ae3d6ed1c5d58master
parent
5039c18da8
commit
a976ef8f2e
|
@ -12073,7 +12073,7 @@ interface.")
|
|||
(define-public emacs-orderless
|
||||
(package
|
||||
(name "emacs-orderless")
|
||||
(version "1.0")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12081,7 +12081,7 @@ interface.")
|
|||
(url "https://github.com/oantolin/orderless")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "1jmwyici90v82gqjq44n0scrwhmg05pi9yplkn4bpss80c83dxp4"))
|
||||
(base32 "1gc3ysa1yhi6pz8bafbdpj0avdhms0rfd1r3k5mrhnm8mgh6zq8q"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Reference in New Issue