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

This commit is contained in:
Fabian Affolter 2022-08-12 18:26:44 +02:00 committed by Martin Weinelt
parent 25a9f93778
commit 54d6f57ffa

View file

@ -4,6 +4,7 @@
, buildPythonPackage
, dacite
, fetchFromGitHub
, aqipy-atmotech
, pytest-asyncio
, pytest-error-for-skips
, pytestCheckHook
@ -12,7 +13,7 @@
buildPythonPackage rec {
pname = "nettigo-air-monitor";
version = "1.3.0";
version = "1.4.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,12 +22,13 @@ buildPythonPackage rec {
owner = "bieniu";
repo = pname;
rev = version;
sha256 = "sha256-O/HJTqmNmnx85AVuhRRxNqS1W0dZyKFSPVFqaBXAuhU=";
hash = "sha256-UbknJ+dX+4kzfe6/gg/Nj1Ay8YXtIRj203B6NkhGVys=";
};
propagatedBuildInputs = [
aiohttp
dacite
aqipy-atmotech
];
checkInputs = [