gnu: xset: Update to 1.2.4.

* gnu/packages/xorg.scm (xset): Update to 1.2.4.
This commit is contained in:
Marius Bakke 2018-03-10 09:51:15 +01:00
parent a4f48cc59a
commit 61c70e5485
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4239,7 +4239,7 @@ (define-public xrefresh
(define-public xset
(package
(name "xset")
(version "1.2.3")
(version "1.2.4")
(source
(origin
(method url-fetch)
@ -4249,7 +4249,7 @@ (define-public xset
".tar.bz2"))
(sha256
(base32
"0qw0iic27bz3yz2wynf1gxs70hhkcf9c4jrv7zhlg1mq57xz90j3"))))
"0my987wjvra7l92ry6q44ky383yg3phzxhdbn3lqhapm1ll9bzg4"))))
(build-system gnu-build-system)
(inputs
`(("xproto" ,xproto)