summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-05-20 21:59:46 +0200
committerJonathan Ringer <jonringer117@gmail.com>2022-06-06 11:46:10 -0700
commit181ec21de33feffa0900a9402c2bf10012c5e135 (patch)
tree6fef2aca8f4139e84a1b015a55864a7f34215d89 /pkgs/development/python-modules
parent14f956459324d7bd2c01dc506c26054ff4e2d5cf (diff)
python310Packages.pytest-randomly: 3.11.0 -> 3.12.0
Diffstat (limited to 'pkgs/development/python-modules')
-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 5aae59bc605f..8bb8c6d06374 100644
--- a/pkgs/development/python-modules/pytest-randomly/default.nix
+++ b/pkgs/development/python-modules/pytest-randomly/default.nix
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytest-randomly";
- version = "3.11.0";
+ version = "3.12.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
repo = pname;
owner = "pytest-dev";
rev = version;
- hash = "sha256-NoYpMpFWz52Z0+KIUumUFp3xMPA1jGw8COojU+bsgHc=";
+ hash = "sha256-n/Xp/HghqcQUreez+QbR3Mi5hE1U4zoOJCdFqD+pVBk=";
};
propagatedBuildInputs = lib.optionals (pythonOlder "3.10") [