gnu: xset: Update to 1.2.5.

* gnu/packages/xorg.scm (xset): Update to 1.2.5.
[source]: Fix uri due to release of xz archive.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Petr Hodina 2022-12-08 15:05:01 +01:00 committed by Ludovic Courtès
parent 2df44ae0ad
commit 6f5278d68a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4150,17 +4150,17 @@ (define-public xrefresh
(define-public xset
(package
(name "xset")
(version "1.2.4")
(version "1.2.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xset-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"0my987wjvra7l92ry6q44ky383yg3phzxhdbn3lqhapm1ll9bzg4"))))
"0bsyyx3k32k9vpb8x3ks7hlfr03nm0i14fv3cg6n4f2vcdajsscz"))))
(build-system gnu-build-system)
(inputs
(list xorgproto libxmu libxext libx11))