python: tox: 3.7.0 -> 3.14.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:50 +02:00
parent 1eb526615a
commit affb37c500

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "tox";
version = "3.7.0";
version = "3.14.0";
buildInputs = [ setuptools_scm ];
propagatedBuildInputs = [ packaging pluggy py six virtualenv toml filelock ];
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "25ef928babe88c71e3ed3af0c464d1160b01fca2dd1870a5bb26c2dea61a17fc";
sha256 = "c4f6b319c20ba4913dbfe71ebfd14ff95d1853c4231493608182f66e566ecfe1";
};
meta = with lib; {