diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-27 12:27:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-27 12:28:43 +0200 |
commit | 36cc160e721a764c16f53c6f7fbd9d09c581717e (patch) | |
tree | 9db486b1850697677bc9124301bb8bf07bf292e5 /gnu/packages/xorg.scm | |
parent | e6010e892091f9f0cc52fb94b57d8458d4dacd3a (diff) | |
download | patches-36cc160e721a764c16f53c6f7fbd9d09c581717e.tar patches-36cc160e721a764c16f53c6f7fbd9d09c581717e.tar.gz |
gnu: xbacklight: Update to 1.2.3.
* gnu/packages/xorg.scm (xbacklight): Update to 1.2.3.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 7f3f2dd5ec..e4050a1425 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2016,7 +2016,7 @@ information used in connecting to the X server.") (define-public xbacklight (package (name "xbacklight") - (version "1.2.2") + (version "1.2.3") (source (origin (method url-fetch) @@ -2026,7 +2026,7 @@ information used in connecting to the X server.") ".tar.bz2")) (sha256 (base32 - "0pmzaz4kp38qv2lqiw5rnqhwzmwrq65m1x5j001mmv99wh9isnk1")))) + "1plssg0s3pbslg6rfzxp9sx8ryvn8l32zyvc8zp9zsbsfwjg69rs")))) (build-system gnu-build-system) (inputs `(("libxcb" ,libxcb) |