We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb297f0 commit e4bae9bCopy full SHA for e4bae9b
pkgs/development/python-modules/reolink-aio/default.nix
@@ -13,7 +13,7 @@
13
14
buildPythonPackage rec {
15
pname = "reolink-aio";
16
- version = "0.13.2";
+ version = "0.13.3";
17
pyproject = true;
18
19
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
22
owner = "starkillerOG";
23
repo = "reolink_aio";
24
tag = version;
25
- hash = "sha256-khO8mu2aWBU9TiorKkMd1e54r5C7ovv6eWyJ61dzOJw=";
+ hash = "sha256-VOVVUDcjSn8BkXEIRJKHiPkDoFE+4w2iI/uNkY7I8Yg=";
26
};
27
28
build-system = [ setuptools ];
0 commit comments