gnu: xbacklight: Update to 1.2.3.
* gnu/packages/xorg.scm (xbacklight): Update to 1.2.3.master
parent
e6010e8920
commit
36cc160e72
|
@ -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)
|
||||||
|
|
Reference in New Issue