1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: detox: 0.12 -> 0.13

This commit is contained in:
Frederik Rietdijk 2018-08-25 07:45:00 +02:00
parent b576eb9eb5
commit 90b64be3be

View file

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