python3Packages.airos: 0.2.7 -> 0.2.11

https://github.com/CoMPaTech/python-airos/releases/tag/v0.2.11
This commit is contained in:
Martin Weinelt 2025-08-15 23:08:11 +02:00
parent 48aed744d9
commit ac1c58282b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "airos";
version = "0.2.7";
version = "0.2.11";
pyproject = true;
disabled = pythonOlder "3.13";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "CoMPaTech";
repo = "python-airos";
tag = "v${version}";
hash = "sha256-c/YVjNEy1nI6ClYk8BgLai+zRCwiblTFSJ5Rxx3UaeU=";
hash = "sha256-rPgrnLMcqUDd1+WL6uwb5Umu3a844B301l+O/GEyCGA=";
};
build-system = [ setuptools ];