python3Packages.tox: 4.26.0 -> 4.28.4

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:31 +02:00
parent 84a5d0c62a
commit 5f1b2e9e24
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "tox";
version = "4.26.0";
version = "4.28.4";
format = "pyproject";
src = fetchFromGitHub {
owner = "tox-dev";
repo = "tox";
tag = version;
hash = "sha256-VySdeZDC71vi2mOtjdFJ4iCSpWbFEW3nzrVucPUz/oc=";
hash = "sha256-EKJsFf4LvfDi3OL6iNhKEBl5zlpdLET9RkfHEP7E9xU=";
};
postPatch = ''