python3Packages.airos: 0.2.11 -> 0.4.4

https://github.com/CoMPaTech/python-airos/releases/tag/v0.4.4
This commit is contained in:
Martin Weinelt
2025-09-05 03:36:56 +02:00
parent c2ee006c25
commit 02b32c0ddd
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "airos";
version = "0.2.11";
version = "0.4.4";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "CoMPaTech";
repo = "python-airos";
tag = "v${version}";
hash = "sha256-rPgrnLMcqUDd1+WL6uwb5Umu3a844B301l+O/GEyCGA=";
hash = "sha256-ngKe1hAVC1CRDSX0iTl/3wvpb61c0OFbU468CtjEbSU=";
};
build-system = [ setuptools ];