summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-otbr-api
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-07-26 21:26:54 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-07-26 21:26:54 +0200
commitb4e9902f16fe44ead545e766725f06ee4a7b3078 (patch)
treeb879afec538cdafb8c933d642839d15608073072 /pkgs/development/python-modules/python-otbr-api
parent96f7ceb7b980489b79e9cc084bdb4b9481d421a6 (diff)
python311Packages.python-otbr-api: 2.2.0 -> 2.3.0
Diff: https://github.com/home-assistant-libs/python-otbr-api/compare/refs/tags/2.2.0...2.3.0 Changelog: https://github.com/home-assistant-libs/python-otbr-api/releases/tag/2.3.0
Diffstat (limited to 'pkgs/development/python-modules/python-otbr-api')
-rw-r--r--pkgs/development/python-modules/python-otbr-api/default.nix4
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 74a0d8deb09f..389e8a5df98c 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 = "2.2.0";
+ version = "2.3.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-jozMYrmXHSykv5npboyySuVDs1Lamlee15ZPYI4zmO4=";
+ hash = "sha256-oLqgjTuC5rpAzXTJO+KFn+uQ0TV7rNPWHOAJtRI4otk=";
};
nativeBuildInputs = [