gnu: xbacklight: Update to 1.2.3.

* gnu/packages/xorg.scm (xbacklight): Update to 1.2.3.
master
Tobias Geerinckx-Rice 2019-09-27 12:27:07 +02:00
parent e6010e8920
commit 36cc160e72
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -2016,7 +2016,7 @@ information used in connecting to the X server.")
(define-public xbacklight (define-public xbacklight
(package (package
(name "xbacklight") (name "xbacklight")
(version "1.2.2") (version "1.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2026,7 +2026,7 @@ information used in connecting to the X server.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0pmzaz4kp38qv2lqiw5rnqhwzmwrq65m1x5j001mmv99wh9isnk1")))) "1plssg0s3pbslg6rfzxp9sx8ryvn8l32zyvc8zp9zsbsfwjg69rs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libxcb" ,libxcb) `(("libxcb" ,libxcb)