aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-flakes/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-12 18:47:05 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-22 13:09:27 +0200
commit26cc36636d07fc225106c65fdde682e818c45268 (patch)
treeb89f4cc021d540d171dedb7ea523ca0ae41d4a4a /pkgs/development/python-modules/pytest-flakes/default.nix
parent52fdd19e2e863017108ac82364318d44b4e1770c (diff)
python: pytest-flakes: 2.0.0 -> 3.0.2
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 83fcdaf1b776..c8ae9882a1e7 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 = "2.0.0";
+ version = "3.0.2";
src = fetchPypi {
inherit pname version;
- sha256 = "3e880927fd2a77d31715eaab3876196e76d779726c9c24fe32ee5bab23281f82";
+ sha256 = "763ec290b89e2dc8f25f49d71cb9b869b8df843697b730233f61c78f847f2e57";
};
buildInputs = [ pytestpep8 pytest ];