lol

python38Packages.pytest-flakes: 4.0.4 -> 4.0.5

authored by

R. Ryantm and committed by
Jonathan Ringer
51324f42 b99f465b

+2 -2
+2 -2
pkgs/development/python-modules/pytest-flakes/default.nix
··· 7 7 # upstream has abandoned project in favor of pytest-flake8 8 8 # retaining package to not break other packages 9 9 pname = "pytest-flakes"; 10 - version = "4.0.4"; 10 + version = "4.0.5"; 11 11 disabled = pythonOlder "3.5"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "551467a129331bed83596f3145d9eaf6541c26a03dc1b36419efef8ae231341b"; 15 + sha256 = "953134e97215ae31f6879fbd7368c18d43f709dc2fab5b7777db2bb2bac3a924"; 16 16 }; 17 17 18 18 buildInputs = [ pytest ];