mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: xbacklight: Update to 1.2.2.
* gnu/packages/xorg.scm (xbacklight): Update to 1.2.2.
This commit is contained in:
parent
79b0f0b7cd
commit
19ec5a05a8
1 changed files with 2 additions and 2 deletions
|
@ -2000,7 +2000,7 @@ information used in connecting to the X server.")
|
||||||
(define-public xbacklight
|
(define-public xbacklight
|
||||||
(package
|
(package
|
||||||
(name "xbacklight")
|
(name "xbacklight")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2010,7 +2010,7 @@ information used in connecting to the X server.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0arnd1j8vzhzmw72mqhjjcb2qwcbs9qphsy3ps593ajyld8wzxhp"))))
|
"0pmzaz4kp38qv2lqiw5rnqhwzmwrq65m1x5j001mmv99wh9isnk1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxcb" ,libxcb)
|
`(("libxcb" ,libxcb)
|
||||||
|
|
Loading…
Add table
Reference in a new issue