python3Packages.tox: 3.24.3 -> 3.24.4
This commit is contained in:
parent
ee5171f33c
commit
e34058cbf6
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tox";
|
pname = "tox";
|
||||||
version = "3.24.3";
|
version = "3.24.4";
|
||||||
|
|
||||||
buildInputs = [ setuptools-scm ];
|
buildInputs = [ setuptools-scm ];
|
||||||
propagatedBuildInputs = [ packaging pluggy py six virtualenv toml filelock ];
|
propagatedBuildInputs = [ packaging pluggy py six virtualenv toml filelock ];
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "c6c4e77705ada004283610fd6d9ba4f77bc85d235447f875df9f0ba1bc23b634";
|
sha256 = "c30b57fa2477f1fb7c36aa1d83292d5c2336cd0018119e1b1c17340e2c2708ca";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue