python3Packages.plexapi: 4.1.2 -> 4.3.1
This commit is contained in:
parent
8afeffa2b8
commit
ba1c432eea
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PlexAPI";
|
pname = "PlexAPI";
|
||||||
version = "4.1.2";
|
version = "4.3.1";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pkkid";
|
owner = "pkkid";
|
||||||
repo = "python-plexapi";
|
repo = "python-plexapi";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1l955q1q6lljq3bmyiayr33gzxrlw16xdwgjdaflznvyg16fcjkk";
|
sha256 = "sha256-gRXNOGd9YGcGysKbAtiNwi5NxPvv39F6PEXBjiYbVq4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests tqdm websocket_client ];
|
propagatedBuildInputs = [ requests tqdm websocket_client ];
|
||||||
|
|
Loading…
Reference in a new issue