about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-randomly
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
commitda97a2e392fddbb5fa38f40918df34bad0edf289 (patch)
treed4850142411d26ef9e9d102f14cfd3f095427081 /pkgs/development/python-modules/pytest-randomly
parent4f736222437373a1a9ea33d80265921cf678b9dc (diff)
python3Packages.pytest-randomly: 3.4.1 -> 3.5.0
Diffstat (limited to 'pkgs/development/python-modules/pytest-randomly')
-rw-r--r--pkgs/development/python-modules/pytest-randomly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-randomly/default.nix b/pkgs/development/python-modules/pytest-randomly/default.nix
index c4523ac728c6f..be8d675fc1ea4 100644
--- a/pkgs/development/python-modules/pytest-randomly/default.nix
+++ b/pkgs/development/python-modules/pytest-randomly/default.nix
@@ -5,13 +5,13 @@
 
 buildPythonPackage rec {
   pname = "pytest-randomly";
-  version = "3.4.1";
+  version = "3.5.0";
 
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0s9cx692cdchfrjqx7fgf9wnm3fdac211a4hjq1cx9qqnbpdpl2z";
+    sha256 = "440cec143fd9b0adeb072006c71e0294402a2bc2ccd08079c2341087ba4cf2d1";
   };
 
   propagatedBuildInputs = [ numpy factory_boy faker ];