gnu: xset: Update to 1.2.3.

* gnu/packages/xorg.scm (xset): Update to 1.2.3.
This commit is contained in:
Mark H Weaver 2014-12-19 15:20:07 -05:00
parent eae74117fc
commit 0ef700db89

View file

@ -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)