lol

python310Packages.nettigo-air-monitor: 1.3.0 -> 1.4.2

authored by

Fabian Affolter and committed by
Martin Weinelt
54d6f57f 25a9f937

+4 -2
+4 -2
pkgs/development/python-modules/nettigo-air-monitor/default.nix
··· 4 4 , buildPythonPackage 5 5 , dacite 6 6 , fetchFromGitHub 7 + , aqipy-atmotech 7 8 , pytest-asyncio 8 9 , pytest-error-for-skips 9 10 , pytestCheckHook ··· 12 13 13 14 buildPythonPackage rec { 14 15 pname = "nettigo-air-monitor"; 15 - version = "1.3.0"; 16 + version = "1.4.2"; 16 17 format = "setuptools"; 17 18 18 19 disabled = pythonOlder "3.8"; ··· 21 22 owner = "bieniu"; 22 23 repo = pname; 23 24 rev = version; 24 - sha256 = "sha256-O/HJTqmNmnx85AVuhRRxNqS1W0dZyKFSPVFqaBXAuhU="; 25 + hash = "sha256-UbknJ+dX+4kzfe6/gg/Nj1Ay8YXtIRj203B6NkhGVys="; 25 26 }; 26 27 27 28 propagatedBuildInputs = [ 28 29 aiohttp 29 30 dacite 31 + aqipy-atmotech 30 32 ]; 31 33 32 34 checkInputs = [