python3Packages.airos: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm
2026-01-16 18:22:44 +00:00
parent 7c8cdf6de9
commit b8864fcfdc
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "airos";
version = "0.6.1";
version = "0.6.2";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "CoMPaTech";
repo = "python-airos";
tag = "v${version}";
hash = "sha256-/FDVikSKtGj3q5BmZzXDvSoR5JAHUasQIq8q9S7UH2k=";
hash = "sha256-tzdWcqXi0dcTKNAdhTOGz89spf+29qORjyyBGB/eD8U=";
};
build-system = [ setuptools ];