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

View File

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