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

Configure Feed

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

python3Packages.pyflakes: 2.3.1 -> 2.4.0

+2 -2
+2 -2
pkgs/development/python-modules/pyflakes/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pyflakes"; 5 - version = "2.3.1"; 5 + version = "2.4.0"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"; 9 + sha256 = "05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"; 10 10 }; 11 11 12 12 checkInputs = [ unittest2 ];