python: pytest-tornado: 0.4.5 -> 0.5.0

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:06 +02:00
parent 8c95dce575
commit 74f2bc3eb2

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-tornado"; pname = "pytest-tornado";
version = "0.4.5"; version = "0.5.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0b1r5im7qmbpmxhfvq13a6rp78sjjrrpysfnjkd9hggavgc75dr8"; sha256 = "214fc59d06fb81696fce3028b56dff522168ac1cfc784cfc0077b7b1e425b4cd";
}; };
# package has no tests # package has no tests