python310Packages.plexapi: 4.13.2 -> 4.13.4

This commit is contained in:
R. Ryantm
2023-03-15 06:59:46 +00:00
parent 968de5d563
commit 4a2b772a55
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.13.2";
version = "4.13.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
rev = "refs/tags/${version}";
hash = "sha256-5YwINPgQ4efZBvu5McsLYicW/7keKSi011lthJUR9zw=";
hash = "sha256-yq1tQ6xJn+IxrKXwUVeLhki6sdkwzu9hHSILsLJdPPY=";
};
propagatedBuildInputs = [