~ruther/guix-local

c9eb69ddbf05e77300b59f49f4bb5aa50cae0892 — Sharlatan Hellseher 3 months ago d3600a0
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
1 files changed, 5 insertions(+), 3 deletions(-)

M gnu/packages/hardware.scm
M gnu/packages/hardware.scm => gnu/packages/hardware.scm +5 -3
@@ 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