python310Packages.pytest-randomly: 3.11.0 -> 3.12.0

This commit is contained in:
Fabian Affolter 2022-05-20 21:59:46 +02:00 committed by Jonathan Ringer
parent 14f9564593
commit 181ec21de3
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -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") [