python3Packages.plexapi: 4.4.0 -> 4.4.1

This commit is contained in:
Martin Weinelt 2021-03-13 01:16:27 +01:00
parent 7ba904b85e
commit f68066f9f0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "PlexAPI";
version = "4.4.0";
version = "4.4.1";
disabled = isPy27;
src = fetchFromGitHub {
owner = "pkkid";
repo = "python-plexapi";
rev = version;
sha256 = "0wzdzi5afncinavz5g77ximdr9y2ndzwb0gl819n0l6pnvbxdwp2";
sha256 = "11zarqnrpis6xpsjdvfl3pczv1l9rzbgkawkv2lhfvzlnc00d7df";
};
propagatedBuildInputs = [