about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-quickcheck
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-05-09 12:01:57 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-05-11 22:13:13 +0200
commit0a1a52402662d878844b86bf12fdb4755579b88f (patch)
treea9bf88c48faea293dc171ae49d30051f61cdf410 /pkgs/development/python-modules/pytest-quickcheck
parent19a4a589d89ff0ba00dec05386c55a551918c623 (diff)
python3Packages.pytest-quickcheck: 0.8.3 -> 0.8.4
Diffstat (limited to 'pkgs/development/python-modules/pytest-quickcheck')
-rw-r--r--pkgs/development/python-modules/pytest-quickcheck/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-quickcheck/default.nix b/pkgs/development/python-modules/pytest-quickcheck/default.nix
index 1e8a49f90be7c..0748da14d939e 100644
--- a/pkgs/development/python-modules/pytest-quickcheck/default.nix
+++ b/pkgs/development/python-modules/pytest-quickcheck/default.nix
@@ -1,11 +1,11 @@
 { stdenv, buildPythonPackage, fetchPypi, pytest, pytest-flakes, pytestpep8, tox }:
 buildPythonPackage rec {
   pname = "pytest-quickcheck";
-  version = "0.8.3";
+  version = "0.8.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "17vly6fg0s95lbg620g9dp9jjf12sj4hpbi7cg579kswabl6304g";
+    sha256 = "e368390c9e3fd48eb3edec0c4eef08d7332f1143ad7b7190d32376b2fd2e62ff";
   };
 
   buildInputs = [ pytest ];