python312Packages.plexapi: 4.16.0 -> 4.16.1

This commit is contained in:
R. Ryantm
2025-01-11 10:37:39 +00:00
parent 76af1d7fed
commit 69b79d0540
@@ -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 ];