Unverified Commit 11aeac9b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.airos: 0.5.4 -> 0.5.5 (#450473)

parents 086b8fb3 f9bda318
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];