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
This commit is contained in:
Sharlatan Hellseher 2025-11-27 19:40:56 +00:00
parent d3600a04c9
commit c9eb69ddbf
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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