python.pkgs.detox: 0.11 -> 0.12

Fixes build with python.pkgs.tox 3.0.0.
This commit is contained in:
Orivej Desh 2018-06-03 20:48:42 +00:00
parent 64fd1ceb38
commit 93cb47a2fc

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "detox";
version = "0.11";
version = "0.12";
src = fetchPypi {
inherit pname version;
sha256 = "4719ca48c4ea5ffd908b1bc3d5d1b593b41e71dee17180d58d8a3e7e8f588d45";
sha256 = "06svvkszg6xlg0fr471smn4rmpfga960d6qqsyhyiwa48k59n4gk";
};
buildInputs = [ pytest ];