lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

liquidctl: 1.10.0 -> 1.11.1

authored by

Evils and committed by
Rick van Schijndel
6aa94133 d11f5a07

+6 -2
+6 -2
pkgs/development/python-modules/liquidctl/default.nix
··· 11 11 , i2c-tools 12 12 , pytestCheckHook 13 13 , colorlog 14 + , crcmod 15 + , pillow 14 16 }: 15 17 16 18 buildPythonPackage rec { 17 19 pname = "liquidctl"; 18 - version = "1.10.0"; 20 + version = "1.11.1"; 19 21 disabled = pythonOlder "3.6"; 20 22 format = "pyproject"; 21 23 ··· 23 25 owner = pname; 24 26 repo = pname; 25 27 rev = "refs/tags/v${version}"; 26 - sha256 = "sha256-2mXWih3LchJ/YsjuwHwWse7SNJYx1vxtovl8vasKV4w="; 28 + sha256 = "sha256-9g6h8GMOcICiry9M9b/Tt0ONsTxuJI/duprUkxB1Gr0="; 27 29 }; 28 30 29 31 nativeBuildInputs = [ ··· 38 40 smbus-cffi 39 41 i2c-tools 40 42 colorlog 43 + crcmod 44 + pillow 41 45 ]; 42 46 43 47 propagatedNativeBuildInputs = [