Unverified Commit ee4fc39a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #234256 from fabaff/python-otbr-api-bump

python311Packages.python-otbr-api: 1.1.0 -> 1.2.0
parents ffefbe32 7aa999a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "python-otbr-api";
  version = "1.1.0";
  version = "1.2.0";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "home-assistant-libs";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-0JPniehl4cnoTWgqmq1fMZwU8FFl2Zx4CF81az6iaxQ=";
    hash = "sha256-IPglUB+Xla+IjWzHhfG+SDHY/jucg46ppnhHBHKTEiE=";
  };

  nativeBuildInputs = [