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

python310Packages.pyflakes: 2.5.0 -> 3.0.1

https://github.com/PyCQA/pyflakes/blob/3.0.1/NEWS.rst

authored by

Robert Schütz and committed by
Robert Schütz
e2f54dec 1dba7ada

+2 -2
+2 -2
pkgs/development/python-modules/pyflakes/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pyflakes"; 10 - version = "2.5.0"; 10 + version = "3.0.1"; 11 11 12 12 disabled = pythonOlder "3.6"; 13 13 ··· 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3"; 18 + hash = "sha256-7IsnamtgvYDe/tJa3X5DmIHBnmSFCv2bNGKD1BZf0P0="; 19 19 }; 20 20 21 21 checkInputs = [