guix-commits
[Top][All Lists]
Advanced

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

28/113: gnu: xbacklight: Update to 1.2.4.


From: guix-commits
Subject: 28/113: gnu: xbacklight: Update to 1.2.4.
Date: Mon, 27 Jan 2025 06:27:51 -0500 (EST)

iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit 98011f74a187e9569c8033ae5972c9ee8c73e5b6
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:50:21 2024 +0800

    gnu: xbacklight: Update to 1.2.4.
    
    * gnu/packages/xorg.scm (xbacklight): Update 1.2.4.
    
    Change-Id: Idcf1029c67b2f794b4995124aaa04b2e7c45325b
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 479fbe7dcd..1f3a68c4d8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2097,17 +2097,17 @@ information used in connecting to the X server.")
 (define-public xbacklight
   (package
     (name "xbacklight")
-    (version "1.2.3")
+    (version "1.2.4")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/app/xbacklight-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "1plssg0s3pbslg6rfzxp9sx8ryvn8l32zyvc8zp9zsbsfwjg69rs"))))
+            "1vp890ic26y4k2l0haw94z4nim3j7gp3g9w5flw2zj0qdw70phyl"))))
     (build-system gnu-build-system)
     (inputs
      (list libxcb xcb-util))



reply via email to

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