gnu: sxhkd: Update to 0.6.2.

* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-11 20:28:07 +02:00
parent 5c1ef5fdd8
commit 4582e7156e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -934,7 +934,7 @@ (define-public xbindkeys
(define-public sxhkd (define-public sxhkd
(package (package
(name "sxhkd") (name "sxhkd")
(version "0.6.1") (version "0.6.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -943,7 +943,7 @@ (define-public sxhkd
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0j7bl2l06r0arrjzpz7al9j6cwzc730knbsijp7ixzz96pq7xa2h")))) (base32 "1winwzdy9yxvxnrv8gqpigl9y0c2px27mnms62bdilp4x6llrs9r"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("asciidoc" ,asciidoc) `(("asciidoc" ,asciidoc)