mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
pythonPackages.flake8: upgrade to 1.7.0
This commit is contained in:
parent
31bbfb7737
commit
e92c868096
@ -869,11 +869,11 @@ pythonPackages = python.modules // rec {
|
||||
|
||||
|
||||
flake8 = buildPythonPackage (rec {
|
||||
name = "flake8-1.6.2";
|
||||
name = "flake8-1.7.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/f/flake8/${name}.tar.gz";
|
||||
md5 = "abfdbb25d37c28e9da05f1b5c3596d1a";
|
||||
md5 = "a7830d1a6c23e889bc1fcaa4a87f53bd";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
|
Loading…
Reference in New Issue
Block a user