guix-commits
[Top][All Lists]
Advanced

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

14/18: gnu: xbacklight: Update to 1.2.2.


From: Marius Bakke
Subject: 14/18: gnu: xbacklight: Update to 1.2.2.
Date: Sat, 10 Mar 2018 05:58:33 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 19ec5a05a8140f684a9f2a7781b20e346f76155f
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 10 09:53:27 2018 +0100

    gnu: xbacklight: Update to 1.2.2.
    
    * gnu/packages/xorg.scm (xbacklight): Update to 1.2.2.
---
 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 ca877ea..b0ac4d3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2000,7 +2000,7 @@ information used in connecting to the X server.")
 (define-public xbacklight
   (package
     (name "xbacklight")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
       (origin
         (method url-fetch)
@@ -2010,7 +2010,7 @@ information used in connecting to the X server.")
                ".tar.bz2"))
         (sha256
           (base32
-            "0arnd1j8vzhzmw72mqhjjcb2qwcbs9qphsy3ps593ajyld8wzxhp"))))
+            "0pmzaz4kp38qv2lqiw5rnqhwzmwrq65m1x5j001mmv99wh9isnk1"))))
     (build-system gnu-build-system)
     (inputs
      `(("libxcb" ,libxcb)



reply via email to

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