forked from mirrors/nixpkgs
python310Packages.reolink-aio: 0.4.2 -> 0.5.0
Diff: https://github.com/starkillerOG/reolink_aio/compare/refs/tags/0.4.2...0.5.0 Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.5.0
This commit is contained in:
parent
988cc958c5
commit
290786ddf7
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "reolink-aio";
|
||||
version = "0.4.2";
|
||||
version = "0.5.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
owner = "starkillerOG";
|
||||
repo = "reolink_aio";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-7XD8nmuja8BL66OCdflKWiKyR47TRXUjJLSmcgqSl8g=";
|
||||
hash = "sha256-6fG7wKanw/ECsO7tqT69iTRjhhUpS2lKXMvW9FiqSi8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue