Merge pull request #247200 from fabaff/plexapi-bump

python311Packages.plexapi: 4.14.0 -> 4.15.0
This commit is contained in:
Theodore Ni 2023-08-23 10:00:08 -07:00 committed by GitHub
commit b4f98f1482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.14.0";
version = "4.15.0";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "pkkid";
repo = "python-plexapi";
rev = "refs/tags/${version}";
hash = "sha256-wSM8YCKRvwEs7fEjUjOp52PdF2Y1kxnX/Xpf0KdXR2k=";
hash = "sha256-JIfMHDMX7N9wr9BTiTh/jsnPLDS3w8Pyp7wS014PyQ0=";
};
propagatedBuildInputs = [