python310Packages.reolink-aio: 0.5.8 -> 0.5.9
Diff: https://github.com/starkillerOG/reolink_aio/compare/refs/tags/0.5.8...0.5.9 Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.5.9
This commit is contained in:
parent
7cf3bfe11c
commit
a8b444d9dc
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "reolink-aio";
|
||||
version = "0.5.8";
|
||||
version = "0.5.9";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
owner = "starkillerOG";
|
||||
repo = "reolink_aio";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ELAytOxi2wAqt2hbVKFs4+HvJr3V+faWw2leO5bfv9A=";
|
||||
hash = "sha256-CsXpvHwTNMSpgLr4bjwzKnW/R3k9DLlBxLlZ8aZaQG0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue