Loading pkgs/development/python-modules/plexapi/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, pythonOlder, requests, setuptools, tqdm, Loading @@ -11,16 +10,14 @@ buildPythonPackage rec { pname = "plexapi"; version = "4.17.1"; version = "4.17.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pkkid"; repo = "python-plexapi"; tag = version; hash = "sha256-INnZ8aklr6mvawEy2XgI8mA9UD+S2KpQTsbHAZuYii0="; hash = "sha256-GLuTNfK8FmTx6PuvhBheYgK7ZurxvmaY1Sqxo0QKRXM="; }; build-system = [ setuptools ]; Loading @@ -39,7 +36,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python bindings for the Plex API"; homepage = "https://github.com/pkkid/python-plexapi"; changelog = "https://github.com/pkkid/python-plexapi/releases/tag/${version}"; changelog = "https://github.com/pkkid/python-plexapi/releases/tag/${src.tag}"; license = licenses.bsd3; maintainers = [ ]; }; Loading Loading
pkgs/development/python-modules/plexapi/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, pythonOlder, requests, setuptools, tqdm, Loading @@ -11,16 +10,14 @@ buildPythonPackage rec { pname = "plexapi"; version = "4.17.1"; version = "4.17.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pkkid"; repo = "python-plexapi"; tag = version; hash = "sha256-INnZ8aklr6mvawEy2XgI8mA9UD+S2KpQTsbHAZuYii0="; hash = "sha256-GLuTNfK8FmTx6PuvhBheYgK7ZurxvmaY1Sqxo0QKRXM="; }; build-system = [ setuptools ]; Loading @@ -39,7 +36,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python bindings for the Plex API"; homepage = "https://github.com/pkkid/python-plexapi"; changelog = "https://github.com/pkkid/python-plexapi/releases/tag/${version}"; changelog = "https://github.com/pkkid/python-plexapi/releases/tag/${src.tag}"; license = licenses.bsd3; maintainers = [ ]; }; Loading