Skip to content

Commit b4c2639

Browse files
committed
python310Packages.python-otbr-api: 1.0.5 -> 1.0.7
Changelog: https://github.com/home-assistant-libs/python-otbr-api/releases/tag/1.0.7
1 parent 6a581de commit b4c2639

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • pkgs/development/python-modules/python-otbr-api

pkgs/development/python-modules/python-otbr-api/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{ lib
22
, aiohttp
3+
, bitstruct
34
, buildPythonPackage
45
, cryptography
56
, fetchFromGitHub
@@ -11,7 +12,7 @@
1112

1213
buildPythonPackage rec {
1314
pname = "python-otbr-api";
14-
version = "1.0.5";
15+
version = "1.0.7";
1516
format = "pyproject";
1617

1718
disabled = pythonOlder "3.9";
@@ -20,7 +21,7 @@ buildPythonPackage rec {
2021
owner = "home-assistant-libs";
2122
repo = pname;
2223
rev = "refs/tags/${version}";
23-
hash = "sha256-yI7TzVJGSWdi+NKZ0CCOi3BC4WIqFuS7YZgihfWDBSY=";
24+
hash = "sha256-R6H+h6IbyI/Qhwb6ACT2sx/YWmLDMyg4gLMJdmNj2wk=";
2425
};
2526

2627
nativeBuildInputs = [
@@ -29,6 +30,7 @@ buildPythonPackage rec {
2930

3031
propagatedBuildInputs = [
3132
aiohttp
33+
bitstruct
3234
cryptography
3335
voluptuous
3436
];

0 commit comments

Comments
 (0)