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

Configure Feed

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

python: pytest-flake8: 1.0.5 -> 1.0.6

+2 -2
+2 -2
pkgs/development/python-modules/pytest-flake8/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pytest-flake8"; 5 - version = "1.0.5"; 5 + version = "1.0.6"; 6 6 7 7 # although pytest is a runtime dependency, do not add it as 8 8 # propagatedBuildInputs in order to allow packages depend on another version ··· 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "d85efaafbdb9580791cfa8671799dd40d482fc30bd4476c1ca5efd661e751333"; 15 + sha256 = "1b82bb58c88eb1db40524018d3fcfd0424575029703b4e2d8e3ee873f2b17027"; 16 16 }; 17 17 18 18 checkPhase = ''