Merge pull request #164655 from fabaff/bump-plexapi

python3Packages.plexapi: 4.10.0 -> 4.10.1
This commit is contained in:
Fabian Affolter 2022-03-18 09:18:22 +01:00 committed by GitHub
commit ea417d132d
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.10.0";
version = "4.10.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pkkid";
repo = "python-plexapi";
rev = version;
sha256 = "sha256-paj1QFSHQw7MfOor1yYwb2vkF9b5RPj6R6dRstK24gA=";
sha256 = "sha256-0j3uf3wSDFSyDGo3oRi99KNKfhuGP2puSi0KgVjsXnQ=";
};
propagatedBuildInputs = [