Merge pull request #257990 from fabaff/plexapi-bump

python311Packages.plexapi: 4.15.1 -> 4.15.3
This commit is contained in:
Fabian Affolter 2023-09-29 11:08:59 +02:00 committed by GitHub
commit bd9b686c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "plexapi";
version = "4.15.1";
version = "4.15.3";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
rev = "refs/tags/${version}";
hash = "sha256-mxVj98wbstUx/Abim7kzVVt/8kaAPVOhv4zt+PFgi3Y=";
hash = "sha256-3Rnwo6KpOsfrIWmJjxh1DSDFoVqBckB0uZh5PdsjRO8=";
};
propagatedBuildInputs = [