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
commit 6cc4349330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];