1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

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

View File

@@ -4150,17 +4150,17 @@ up your screen.")
(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))