python312Packages.nettigo-air-monitor: 2.2.2 -> 3.0.0

Diff: https://github.com/bieniu/nettigo-air-monitor/compare/refs/tags/2.2.2...3.0.0

Changelog: https://github.com/bieniu/nettigo-air-monitor/releases/tag/3.0.0
This commit is contained in:
Fabian Affolter 2024-04-21 11:42:44 +02:00
parent 3fabc35312
commit dfadf9d7da
1 changed files with 5 additions and 3 deletions

View File

@ -10,20 +10,21 @@
, pytestCheckHook
, pythonOlder
, setuptools
, syrupy
}:
buildPythonPackage rec {
pname = "nettigo-air-monitor";
version = "2.2.2";
version = "3.0.0";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "bieniu";
repo = "nettigo-air-monitor";
rev = "refs/tags/${version}";
hash = "sha256-Z88IkXQi9Uqc+HX++Cp5nj4S0puwMfToqXzBCnbG59g=";
hash = "sha256-aiJoY+6sNfBmE1057UuMjV80hjVJ29t2X16IIe6dxWs=";
};
build-system = [
@ -41,6 +42,7 @@ buildPythonPackage rec {
pytest-asyncio
pytest-error-for-skips
pytestCheckHook
syrupy
];
pythonImportsCheck = [