python3Packages.tox: 4.18.1 -> 4.23.2

https://github.com/tox-dev/tox/releases/tag/4.23.2
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:41 +01:00
parent 1478815842
commit 5f22868342
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "tox";
version = "4.18.1";
version = "4.23.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "tox-dev";
repo = "tox";
tag = version;
hash = "sha256-p3pghGQwCBIvkFI6pYuzoGSwAwfaz4vKpteh8nhXOhE=";
hash = "sha256-rjz+CSGuGlQy9oneISJJo8doQf7abE9gNVpAnhD8Os8=";
};
postPatch = ''
@@ -66,7 +66,7 @@ buildPythonPackage rec {
};
meta = with lib; {
changelog = "https://github.com/tox-dev/tox/releases/tag/${version}";
changelog = "https://github.com/tox-dev/tox/releases/tag/${src.tag}";
description = "Generic virtualenv management and test command line tool";
mainProgram = "tox";
homepage = "https://github.com/tox-dev/tox";