python310Packages.pytest-random-order: 1.0.4 -> 1.1.0

This commit is contained in:
R. Ryantm
2022-12-07 01:35:07 +00:00
parent 7ea3d4395d
commit 54d25e092d
@@ -6,12 +6,12 @@
}:
buildPythonPackage rec {
version = "1.0.4";
version = "1.1.0";
pname = "pytest-random-order";
src = fetchPypi {
inherit pname version;
sha256 = "6b2159342a4c8c10855bc4fc6d65ee890fc614cb2b4ff688979b008a82a0ff52";
sha256 = "sha256-2+beu5NTp6+YTMnt2+s1d91Nu8wVKaeePSH2jtm0VgU=";
};
disabled = pythonOlder "3.5";