python3Packages.airos: 0.6.5 -> 0.6.7

This commit is contained in:
R. Ryantm
2026-05-23 07:45:00 +00:00
parent 784ca1010f
commit af650700d8
@@ -14,7 +14,7 @@
buildPythonPackage (finalAttrs: {
pname = "airos";
version = "0.6.5";
version = "0.6.7";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -23,7 +23,7 @@ buildPythonPackage (finalAttrs: {
owner = "CoMPaTech";
repo = "python-airos";
tag = "v${finalAttrs.version}";
hash = "sha256-B94YeY6R+83xo9+tmUbgJNi6AvBZ7h4C9VxovPVOL9E=";
hash = "sha256-ad2rYKVnA3yMhXDwARg01EcAr1Et6ADgppkTEAGDI0I=";
};
build-system = [ setuptools ];