python: detox: 0.18 -> 0.19
This commit is contained in:
parent
9a68b3dda7
commit
b51b39965b
@ -3,11 +3,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "detox";
|
||||
version = "0.18";
|
||||
version = "0.19";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1yvfhnkw6zpm11yrl2shl794yi68jcfqj8m5n596gqxxbiq6gp90";
|
||||
sha256 = "e650f95f0c7f5858578014b3b193e5dac76c89285c1bbe4bae598fd641bf9cd3";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
|
Loading…
Reference in New Issue
Block a user