lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.plexapi: update disabled

authored by

Fabian Affolter and committed by
GitHub
1750e7cf 37e4b8ac

+2 -2
+2 -2
pkgs/development/python-modules/plexapi/default.nix
··· 12 12 version = "4.13.1"; 13 13 format = "setuptools"; 14 14 15 - disabled = pythonOlder "3.6"; 15 + disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "pkkid"; 19 19 repo = "python-plexapi"; 20 20 rev = "refs/tags/${version}"; 21 - sha256 = "sha256-py3UmKie96FR8klf97zsYxUkrQisO7/cnWUgKxgB+tQ="; 21 + hash = "sha256-py3UmKie96FR8klf97zsYxUkrQisO7/cnWUgKxgB+tQ="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [