Skip to content

Commit 5c1c000

Browse files
authored
python3Packages.reolink-aio: 0.13.2 -> 0.13.3 (#405876)
2 parents 675f0a5 + e4bae9b commit 5c1c000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/reolink-aio/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "reolink-aio";
16-
version = "0.13.2";
16+
version = "0.13.3";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "starkillerOG";
2323
repo = "reolink_aio";
2424
tag = version;
25-
hash = "sha256-khO8mu2aWBU9TiorKkMd1e54r5C7ovv6eWyJ61dzOJw=";
25+
hash = "sha256-VOVVUDcjSn8BkXEIRJKHiPkDoFE+4w2iI/uNkY7I8Yg=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)