me
/
guix
Archived
1
0
Fork 0

gnu: sxhkd: Update to 0.6.2.

* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

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