python3Packages.airos: 0.5.4 -> 0.5.5

This commit is contained in:
R. Ryantm
2025-10-09 22:29:59 +00:00
parent 285ea04d23
commit f9bda318ce
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "airos";
version = "0.5.4";
version = "0.5.5";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "CoMPaTech";
repo = "python-airos";
tag = "v${version}";
hash = "sha256-IiQ/+Ey+CGQfeKRGnNZ54dUSY3t5YMJ1ws7kgc3SQBg=";
hash = "sha256-AXzqm5UN+Z0nXqdhsmGuVfwGJuyZgR+imUzmiODnZqk=";
};
build-system = [ setuptools ];