aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-flakes/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-04-04 20:15:22 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-04-08 11:34:56 +0200
commit1701d51bed61e31aa0586cbad83edb59a011e42d (patch)
tree1306627d3a368d3d9ef49ed163046c0d90bfaa82 /pkgs/development/python-modules/pytest-flakes/default.nix
parent9f19c32377d09fac1bc726ee8546296f3c074f1f (diff)
python: pytest-flakes: 1.0.1 -> 2.0.0
Diffstat (limited to '')
-rw-r--r--pkgs/development/python-modules/pytest-flakes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-flakes/default.nix b/pkgs/development/python-modules/pytest-flakes/default.nix
index ce6ed5b110b9..83fcdaf1b776 100644
--- a/pkgs/development/python-modules/pytest-flakes/default.nix
+++ b/pkgs/development/python-modules/pytest-flakes/default.nix
@@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "pytest-flakes";
- version = "1.0.1";
+ version = "2.0.0";
src = fetchPypi {
inherit pname version;
- sha256 = "0flag3n33kbhyjrhzmq990rvg4yb8hhhl0i48q9hw0ll89jp28lw";
+ sha256 = "3e880927fd2a77d31715eaab3876196e76d779726c9c24fe32ee5bab23281f82";
};
buildInputs = [ pytestpep8 pytest ];