guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c9eb69ddbf05e77300b59f49f4bb5aa50cae0892
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 27 19:40:56 2025 +0000

    gnu: liquidctl: Update to 1.15.0.
    
    * gnu/packages/hardware.scm (liquidctl): Update to 1.15.0.
    [native-inputs]: Add python-setuptools.
    
    Change-Id: Iab8c3aaa6155acab54d92dfed90c38e0334dea58
---
 gnu/packages/hardware.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 9a1dcb853c..ef8525ca14 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1003,7 +1003,7 @@ specific SMBIOS tables.")
 (define-public liquidctl
   (package
     (name "liquidctl")
-    (version "1.13.0")
+    (version "1.15.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1012,7 +1012,7 @@ specific SMBIOS tables.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hpxkrfxm9c4v5ld7bh6qs9fmq9imz8s5i9l0l78l47bcm12nkrd"))))
+                "1cj4ag6h08clklqg63wpw1vvxfjx37a7ib081dd1z5bl0580zxl9"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:phases
@@ -1020,7 +1020,9 @@ specific SMBIOS tables.")
                (add-before 'check 'set-runtime-dir
                  (lambda _
                    (setenv "XDG_RUNTIME_DIR" "/tmp"))))))
-    (native-inputs (list python-pytest))
+    (native-inputs
+     (list python-pytest
+           python-setuptools))
     (propagated-inputs
      (list python-colorlog
            python-crcmod

Reply via email to