guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: xbacklight: Update to 1.2.3.


From: guix-commits
Subject: 04/04: gnu: xbacklight: Update to 1.2.3.
Date: Fri, 27 Sep 2019 06:31:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 36cc160e721a764c16f53c6f7fbd9d09c581717e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Sep 27 12:27:07 2019 +0200

    gnu: xbacklight: Update to 1.2.3.
    
    * gnu/packages/xorg.scm (xbacklight): Update to 1.2.3.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7f3f2dd..e4050a1 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]