python3Packages.plexapi: 4.7.2 -> 4.8.0

This commit is contained in:
Fabian Affolter 2021-11-21 18:17:53 +01:00
parent 54962ddabc
commit d4ca0252c4

View File

@ -9,7 +9,8 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.7.2";
version = "4.8.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -17,7 +18,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
rev = version;
sha256 = "sha256-v12CL2VR9QAoj44F8V1qw/qflzQ1WRi1cvWn/U/wW/E=";
sha256 = "sha256-e+nZi84mF9Z/gbFyhmE9TlntkTyrfoNr3U/fwH55fjw=";
};
propagatedBuildInputs = [
@ -29,7 +30,9 @@ buildPythonPackage rec {
# Tests require a running Plex instance
doCheck = false;
pythonImportsCheck = [ "plexapi" ];
pythonImportsCheck = [
"plexapi"
];
meta = with lib; {
description = "Python bindings for the Plex API";