mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: sxhkd: Update to 0.6.2.
* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.2.
This commit is contained in:
parent
5c1ef5fdd8
commit
4582e7156e
1 changed files with 2 additions and 2 deletions
|
@ -934,7 +934,7 @@ (define-public xbindkeys
|
|||
(define-public sxhkd
|
||||
(package
|
||||
(name "sxhkd")
|
||||
(version "0.6.1")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -943,7 +943,7 @@ (define-public sxhkd
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0j7bl2l06r0arrjzpz7al9j6cwzc730knbsijp7ixzz96pq7xa2h"))))
|
||||
(base32 "1winwzdy9yxvxnrv8gqpigl9y0c2px27mnms62bdilp4x6llrs9r"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("asciidoc" ,asciidoc)
|
||||
|
|
Loading…
Reference in a new issue