python27Packages.plexapi: 3.4.0 -> 3.6.0
This commit is contained in:
parent
6050c0bf45
commit
d29b1f20ce
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PlexAPI";
|
pname = "PlexAPI";
|
||||||
version = "3.4.0";
|
version = "3.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pkkid";
|
owner = "pkkid";
|
||||||
repo = "python-plexapi";
|
repo = "python-plexapi";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1y6mynsvkm9n2n927x8az9ch4blrjja7im9x7iyfrxahqgz0km77";
|
sha256 = "1lzp3367hmcpqwbkp4ckdv6hv37knwnwya88jicwl1smznpmjdfv";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests tqdm websocket_client ];
|
propagatedBuildInputs = [ requests tqdm websocket_client ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user