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-10-25 10:06:56 +0100
committerJonathan Ringer <jonringer117@gmail.com>2020-11-05 15:47:03 -0800
commit5f811aee02ae9fa6804cbf03b3b92ab3222dccaa (patch)
tree288eeef2cb7e01b6c0ce670a00dfcfade71db030 /pkgs/development/python-modules/pytest-quickcheck
parent2033141fdd5ce21de5668e8deef2209bdf2030d4 (diff)
python3Packages.pytest-quickcheck: 0.8.4 -> 0.8.5
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 ec78329ff8d9b..f3a62a79db93c 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.4";
+  version = "0.8.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "e368390c9e3fd48eb3edec0c4eef08d7332f1143ad7b7190d32376b2fd2e62ff";
+    sha256 = "2427808b54ccdec26a40cdba934a6c042fab9ebadb60d563a01f367bef87fe58";
   };
 
   buildInputs = [ pytest ];