python312Packages.plexapi: 4.15.15 -> 4.15.16

This commit is contained in:
R. Ryantm
2024-08-19 02:29:03 +00:00
parent 625941e1a9
commit 2ba4ccdfcf
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.15.15";
version = "4.15.16";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
rev = "refs/tags/${version}";
hash = "sha256-8sn+ttW8JzxrjDYvtRcjlahE0PNufMXySDwFsbg5zqk=";
hash = "sha256-NwGGNN6LC3gvE8zoVL5meNWMbqZjJ+6PcU2ebJTfJmU=";
};
build-system = [ setuptools ];