Merge pull request #286942 from fabaff/plexapi-bump

python311Packages.plexapi: 4.15.7 -> 4.15.9
This commit is contained in:
Nick Cao 2024-02-07 08:51:21 -05:00 committed by GitHub
commit 1388f7b9e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.15.7";
version = "4.15.9";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
rev = "refs/tags/${version}";
hash = "sha256-jI/yQuyPfZNZf6yG35rdIYmnJmRuNYUNpEJBNzDMnrY=";
hash = "sha256-mKn2SLECtJwUdBS7u8NAyIq6wlk+0WNWnDv27AVcysY=";
};
propagatedBuildInputs = [