python3Packages.plexapi: 4.17.2 -> 4.18.0

This commit is contained in:
R. Ryantm
2026-01-31 15:57:01 +00:00
parent 4525a2af19
commit 9de8f96630
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.17.2";
version = "4.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pkkid";
repo = "python-plexapi";
tag = version;
hash = "sha256-GLuTNfK8FmTx6PuvhBheYgK7ZurxvmaY1Sqxo0QKRXM=";
hash = "sha256-x9Vvs/t22sEGhjSLTwCjiWOscX64/EwcHDDvPSbnQQE=";
};
build-system = [ setuptools ];