summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-flakes
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 15:04:39 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:18 +0100
commit13d3f58ae690c7f4b51d2ee1ccbb2a17f7effa93 (patch)
treead015294e6b9d5b6ee9ea0ca8926a65206db7fe9 /pkgs/development/python-modules/pytest-flakes
parent520412b7c6ea230c4422fa7a7545ebb48c408665 (diff)
python3Packages.pytest-flakes: 4.0.2 -> 4.0.3
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 8c38544d8120f..38156cc0ccf51 100644
--- a/pkgs/development/python-modules/pytest-flakes/default.nix
+++ b/pkgs/development/python-modules/pytest-flakes/default.nix
@@ -8,12 +8,12 @@ buildPythonPackage rec {
   # upstream has abandoned project in favor of pytest-flake8
   # retaining package to not break other packages
   pname = "pytest-flakes";
-  version = "4.0.2";
+  version = "4.0.3";
   disabled = pythonOlder "3.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6733db47937d9689032876359e5ee0ee6926e3638546c09220e2f86b3581d4c1";
+    sha256 = "bf070c5485dad82d5b5f5d0eb08d269737e378492d9a68f5223b0a90924c7754";
   };
 
   checkInputs = [ pytestpep8 pytest ];