nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.flake8: 5.0.4 -> 6.0.0

https://github.com/PyCQA/flake8/blob/main/docs/source/release-notes/6.0.0.rst

authored by

Robert Schütz and committed by
Robert Schütz
b3590bf4 3a2e1fcd

+3 -3
+3 -3
pkgs/development/python-modules/flake8/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "flake8"; 15 - version = "5.0.4"; 15 + version = "6.0.0"; 16 16 17 - disabled = pythonOlder "3.6"; 17 + disabled = pythonOlder "3.8"; 18 18 19 19 format = "setuptools"; 20 20 ··· 22 22 owner = "PyCQA"; 23 23 repo = "flake8"; 24 24 rev = version; 25 - hash = "sha256-Os8HIoM07/iOBMm+0WxdQj32pJJOJ8mkh+yLHpqkLXg="; 25 + hash = "sha256-dN9LlLpQ/ZoVIFrAQ1NxMvsHqWsgdJVLUIAFwkheEL4="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [