Skip to content
Snippets Groups Projects
Unverified Commit 1c6884ee authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: sxhkd: Update to 0.6.1.

* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.1.
parent f1afdaf4
No related branches found
No related tags found
No related merge requests found
...@@ -810,7 +810,7 @@ (define-public xbindkeys ...@@ -810,7 +810,7 @@ (define-public xbindkeys
(define-public sxhkd (define-public sxhkd
(package (package
(name "sxhkd") (name "sxhkd")
(version "0.6.0") (version "0.6.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -818,7 +818,7 @@ (define-public sxhkd ...@@ -818,7 +818,7 @@ (define-public sxhkd
(url "https://github.com/baskerville/sxhkd") (url "https://github.com/baskerville/sxhkd")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "1cz4vkm7fqd51ly9qjkf5q76kdqdzfhaajgvrs4anz5dyzrdpw68")))) (base32 "0j7bl2l06r0arrjzpz7al9j6cwzc730knbsijp7ixzz96pq7xa2h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("asciidoc" ,asciidoc) `(("asciidoc" ,asciidoc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment