python: pytest-xdist: 1.30.0 -> 1.32.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:28 +02:00
parent d60441a20e
commit a05015d631

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "pytest-xdist";
version = "1.30.0";
version = "1.32.0";
src = fetchPypi {
inherit pname version;
sha256 = "5d1b1d4461518a6023d56dab62fb63670d6f7537f23e2708459a557329accf48";
sha256 = "1d4166dcac69adb38eeaedb88c8fada8588348258a3492ab49ba9161f2971129";
};
nativeBuildInputs = [ setuptools_scm pytest ];