python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663)

This commit is contained in:
Pol Dellaiera 2024-11-17 21:29:16 +01:00 committed by GitHub
commit 1b6fe61860
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.16";
version = "4.16.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
rev = "refs/tags/${version}";
hash = "sha256-NwGGNN6LC3gvE8zoVL5meNWMbqZjJ+6PcU2ebJTfJmU=";
hash = "sha256-4dWtSj6OwD4c18yDKtlqXyPc37JQhbsAuj9OmcIHe0I=";
};
build-system = [ setuptools ];