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-07-31 10:56:45 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-04 21:54:54 +0200
commitf9cf95113ce8632e4a9f73978cb14aac17435190 (patch)
treee43ced278ffadd73c63082df7c3e5a0bfb174ceb /pkgs/development/python-modules/pytest-flakes
parenta0369fcd0246e5284fd835ec9d03128acc74495e (diff)
python: pytest-flakes: 4.0.0 -> 4.0.1
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 bae42301982c4..39eb56ce76e9f 100644
--- a/pkgs/development/python-modules/pytest-flakes/default.nix
+++ b/pkgs/development/python-modules/pytest-flakes/default.nix
@@ -5,11 +5,11 @@ buildPythonPackage rec {
   # upstream has abandoned project in favor of pytest-flake8
   # retaining package to not break other packages
   pname = "pytest-flakes";
-  version = "4.0.0";
+  version = "4.0.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "341964bf5760ebbdde9619f68a17d5632c674c3f6903ef66daa0a4f540b3d143";
+    sha256 = "37113ac6c7ea5e0b648abf73937955a45f8b9214fe49413297c2ce6ce1808500";
   };
 
   checkInputs = [ pytestpep8 pytest ];