summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-flakes
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-08-13 09:31:34 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-08-25 07:38:23 +0200
commit86a55f9f3cadfb7b55954cfc77b0e67a2c0723ca (patch)
treea533ef632a3aafecd8c33f8eb663e2fa7ba2ffdb /pkgs/development/python-modules/pytest-flakes
parent68dd59345ab29685fad5cfa723242e09ec3620ef (diff)
downloadnixpkgs-86a55f9f3cadfb7b55954cfc77b0e67a2c0723ca.tar
nixpkgs-86a55f9f3cadfb7b55954cfc77b0e67a2c0723ca.tar.gz
nixpkgs-86a55f9f3cadfb7b55954cfc77b0e67a2c0723ca.tar.bz2
nixpkgs-86a55f9f3cadfb7b55954cfc77b0e67a2c0723ca.tar.lz
nixpkgs-86a55f9f3cadfb7b55954cfc77b0e67a2c0723ca.tar.xz
nixpkgs-86a55f9f3cadfb7b55954cfc77b0e67a2c0723ca.tar.zst
nixpkgs-86a55f9f3cadfb7b55954cfc77b0e67a2c0723ca.zip
python: pytest-flakes: 3.0.2 -> 4.0.0
Diffstat (limited to 'pkgs/development/python-modules/pytest-flakes')
-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 c8ae9882a1e..f8823b966da 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 = "3.0.2";
+  version = "4.0.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "763ec290b89e2dc8f25f49d71cb9b869b8df843697b730233f61c78f847f2e57";
+    sha256 = "341964bf5760ebbdde9619f68a17d5632c674c3f6903ef66daa0a4f540b3d143";
   };
 
   buildInputs = [ pytestpep8 pytest ];