python37Packages.pytest_6: 6.1.1 -> 6.1.2

This commit is contained in:
R. RyanTM 2020-11-06 19:42:00 +00:00 committed by Jonathan Ringer
parent 5eaa17ae4d
commit e552d657c3

View file

@ -21,14 +21,14 @@
}:
buildPythonPackage rec {
version = "6.1.1";
version = "6.1.2";
pname = "pytest";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92";
sha256 = "c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e";
};
checkInputs = [ hypothesis pygments ];