mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11: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
|
(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)
|
||||||
|
|
Loading…
Reference in a new issue