Merge pull request #204901 from r-ryantm/auto-update/python3.10-pytest-random-order

python310Packages.pytest-random-order: 1.0.4 -> 1.1.0
This commit is contained in:
Pavol Rusnak 2022-12-07 10:58:38 +01:00 committed by GitHub
commit 684507da63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";