python311Packages.reolink-aio: 0.8.4 -> 0.8.5
Diff: https://github.com/starkillerOG/reolink_aio/compare/refs/tags/0.8.4...0.8.5 Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.8.5
This commit is contained in:
parent
7f784ce7d0
commit
b5eb02c696
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, aiohttp
|
||||
, aiortsp
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, orjson
|
||||
@ -9,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "reolink-aio";
|
||||
version = "0.8.4";
|
||||
version = "0.8.5";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -18,11 +19,12 @@ buildPythonPackage rec {
|
||||
owner = "starkillerOG";
|
||||
repo = "reolink_aio";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-wayaXNAZCo387laJRxiJai79CRJGgDlFYfSd603CAEA=";
|
||||
hash = "sha256-zMn/poLD5cWZScYi6ku22I5vHIvVKJB5TTXXtwVrRGs=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
aiortsp
|
||||
orjson
|
||||
typing-extensions
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user