python3Packages.tox: 4.32.0 -> 4.34.1

https://github.com/tox-dev/tox/releases/tag/4.34.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:05 +01:00
parent 1920c02ab2
commit 02132e6ba4
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "tox";
version = "4.32.0";
version = "4.34.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tox-dev";
repo = "tox";
tag = version;
hash = "sha256-n2tKjT0t8bm6iatukKKcGw0PC+5EJrQEABMIAumRaqE=";
hash = "sha256-pfftPTY7n47tCQFGCZRwsq0vCWZUeukFZO99gj5mTeo=";
};
build-system = [