python: flaky: 3.6.1 -> 3.7.0

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:30:59 +02:00
parent 480dfd185c
commit e5d9779016

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "flaky"; pname = "flaky";
version = "3.6.1"; version = "3.7.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "8cd5455bb00c677f787da424eaf8c4a58a922d0e97126d3085db5b279a98b698"; sha256 = "3ad100780721a1911f57a165809b7ea265a7863305acb66708220820caf8aa0d";
}; };
checkInputs = [ mock nose pytest ]; checkInputs = [ mock nose pytest ];