python: pytest-tornado: 0.4.5 -> 0.5.0

+2 -2
+2 -2
pkgs/development/python-modules/pytest-tornado/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pytest-tornado"; 10 - version = "0.4.5"; 10 + version = "0.5.0"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "0b1r5im7qmbpmxhfvq13a6rp78sjjrrpysfnjkd9hggavgc75dr8"; 14 + sha256 = "214fc59d06fb81696fce3028b56dff522168ac1cfc784cfc0077b7b1e425b4cd"; 15 15 }; 16 16 17 17 # package has no tests