python313Packages.plexapi: 4.16.1 -> 4.17.0

https://github.com/pkkid/python-plexapi/releases/tag/4.17.0
This commit is contained in:
Martin Weinelt
2025-05-10 05:14:45 +02:00
parent 93c3185ac9
commit 1116f63011

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.16.1";
version = "4.17.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
tag = version;
hash = "sha256-ncinm2wtFx2lzsDTsK+D4rz4hVhcwcK2VkL6osNUftY=";
hash = "sha256-/CYWoEHmev5e5ZmlaBms1zclRwzvugAuG2JXzK9MeZA=";
};
build-system = [ setuptools ];