python37Packages.detox: 0.15 -> 0.18

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-detox/versions
This commit is contained in:
R. RyanTM 2019-01-16 17:49:44 -08:00 committed by Frederik Rietdijk
parent 5cb588f863
commit b77722d989

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "detox";
version = "0.15";
version = "0.18";
src = fetchPypi {
inherit pname version;
sha256 = "accde1a79b621df9dfd55b97460e80743a771a3d9a1acd900489a4355f0cc8c7";
sha256 = "1yvfhnkw6zpm11yrl2shl794yi68jcfqj8m5n596gqxxbiq6gp90";
};
buildInputs = [ pytest ];