python312Packages.plexapi: 4.16.0 -> 4.16.1 (#372902)

This commit is contained in:
Fabian Affolter
2025-01-11 13:16:47 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.16.0";
version = "4.16.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
tag = version;
hash = "sha256-4dWtSj6OwD4c18yDKtlqXyPc37JQhbsAuj9OmcIHe0I=";
hash = "sha256-ncinm2wtFx2lzsDTsK+D4rz4hVhcwcK2VkL6osNUftY=";
};
build-system = [ setuptools ];