Merge pull request #322060 from r-ryantm/auto-update/python311Packages.plexapi

python311Packages.plexapi: 4.15.13 -> 4.15.14
This commit is contained in:
Sandro
2024-07-03 22:09:47 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.15.13";
version = "4.15.14";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
rev = "refs/tags/${version}";
hash = "sha256-i898cHYOSrzSreWBmW7W9QBUoyIDKwmt4k2wgutN3bw=";
hash = "sha256-fcKLsx+hCMcY+LE7tHW0oys89MnmnYZndnctGBCiFDk=";
};
build-system = [ setuptools ];