diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2023-06-07 21:25:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-07 21:25:43 +0200 |
| commit | 3e7405111b188fc9d2648bf98edd716a68ae0771 (patch) | |
| tree | 69a661e254b8c2ca5028136ffe94e9e7c1e4226b /pkgs/development/python-modules/python-otbr-api | |
| parent | 1f649e2175f974f2c58a51f7593a4edd8ea92f17 (diff) | |
python311Packages.python-otbr-api: 1.2.0 -> 2.1.0 (#235045)
Diff: https://github.com/home-assistant-libs/python-otbr-api/compare/refs/tags/1.2.0...2.1.0
Changelog: https://github.com/home-assistant-libs/python-otbr-api/releases/tag/2.1.0
Diffstat (limited to 'pkgs/development/python-modules/python-otbr-api')
| -rw-r--r-- | pkgs/development/python-modules/python-otbr-api/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-otbr-api/default.nix b/pkgs/development/python-modules/python-otbr-api/default.nix index 723a4ebe02f2..6bf28172e0a2 100644 --- a/pkgs/development/python-modules/python-otbr-api/default.nix +++ b/pkgs/development/python-modules/python-otbr-api/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "python-otbr-api"; - version = "1.2.0"; + version = "2.1.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-IPglUB+Xla+IjWzHhfG+SDHY/jucg46ppnhHBHKTEiE="; + hash = "sha256-LM09hQ5ELWLCymk8oxHcqTngs4mXg59uY2OrSpizQXo="; }; nativeBuildInputs = [ |
