Merge pull request #268316 from Luflosi/update/python3Packages.pytest-order

python3Packages.pytest-order: 1.1.0 -> 1.2.0
This commit is contained in:
OTABI Tomoya 2023-11-22 23:40:29 +09:00 committed by GitHub
commit 1b42b84b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pytest-order";
version = "1.1.0";
version = "1.2.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-E50lswgmt47rtCci90fqsUxEuIBZ16cdT3nRSgVyaaU=";
hash = "sha256-lE+GttRBqnsdqA+AHGq2W4S766Ry0KehLrQ7omZQEBo=";
};
buildInputs = [ pytest ];