python313Packages.aioairq: 0.4.6 -> 0.4.7

Diff: https://github.com/CorantGmbH/aioairq/compare/v0.4.6...v0.4.7
This commit is contained in:
Fabian Affolter
2025-10-15 22:54:42 +02:00
parent 666ed3ae9d
commit d9ec980478
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aioairq";
version = "0.4.6";
version = "0.4.7";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "CorantGmbH";
repo = "aioairq";
tag = "v${version}";
hash = "sha256-XlOVCDWbcdh8VjNxlEcVNttRN3mw19AXlIIQJ1II144=";
hash = "sha256-CliY2MfkRfpOmWM70vDRxG6tY2eoaPiRFHb0qt2Kmyw=";
};
build-system = [ setuptools ];