aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-quickcheck
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
commit4f736222437373a1a9ea33d80265921cf678b9dc (patch)
treeba271da2f85852a1431229babcc1dc9bd4d9e166 /pkgs/development/python-modules/pytest-quickcheck
parent71bc6139d6e8aa631e7721297c927536ce92c955 (diff)
python3Packages.pytest-quickcheck: 0.8.5 -> 0.8.6
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 f3a62a79db93..8db28159d9dc 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.5";
+ version = "0.8.6";
src = fetchPypi {
inherit pname version;
- sha256 = "2427808b54ccdec26a40cdba934a6c042fab9ebadb60d563a01f367bef87fe58";
+ sha256 = "3ef9bde7ba1fe6470c5b61631440186d1254e276c67a527242d91451ab7994e5";
};
buildInputs = [ pytest ];