mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
d3600a04c9
commit
c9eb69ddbf
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue