mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: xset: Update to 1.2.4.
* gnu/packages/xorg.scm (xset): Update to 1.2.4.
This commit is contained in:
parent
a4f48cc59a
commit
61c70e5485
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue