Merge pull request #328331 from r-ryantm/auto-update/python312Packages.plexapi

python312Packages.plexapi: 4.15.14 -> 4.15.15
This commit is contained in:
Robert Schütz
2024-07-19 00:45:17 -07:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.15.14";
version = "4.15.15";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
rev = "refs/tags/${version}";
hash = "sha256-fcKLsx+hCMcY+LE7tHW0oys89MnmnYZndnctGBCiFDk=";
hash = "sha256-8sn+ttW8JzxrjDYvtRcjlahE0PNufMXySDwFsbg5zqk=";
};
build-system = [ setuptools ];