mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: xset: Update to 1.2.3.
* gnu/packages/xorg.scm (xset): Update to 1.2.3.
This commit is contained in:
parent
eae74117fc
commit
0ef700db89
1 changed files with 3 additions and 3 deletions
|
@ -3651,17 +3651,17 @@ (define-public xrefresh
|
||||||
(define-public xset
|
(define-public xset
|
||||||
(package
|
(package
|
||||||
(name "xset")
|
(name "xset")
|
||||||
(version "1.2.2")
|
(version "1.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/X11R7.7/src/everything/xset-"
|
"mirror://xorg/individual/app/xset-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s61mvscd0h7y6anljarj7nkii6plhs8ndx1fm8b1f1h00a1qdv1"))))
|
"0qw0iic27bz3yz2wynf1gxs70hhkcf9c4jrv7zhlg1mq57xz90j3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("xproto" ,xproto)
|
`(("xproto" ,xproto)
|
||||||
|
|
Loading…
Reference in a new issue