python3Packages.tox: 4.15.1 -> 4.18.1

https://github.com/tox-dev/tox/releases/tag/4.18.1
This commit is contained in:
Martin Weinelt 2024-09-29 17:07:26 +02:00
parent 8b887586ec
commit fcdb3623f2

View File

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "tox";
version = "4.15.1";
version = "4.18.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "tox-dev";
repo = "tox";
rev = "refs/tags/${version}";
hash = "sha256-BLOxyvcC3ngQDVSMaw/NfLVbFkIHbTmhUOOVBqlcK/Q=";
hash = "sha256-p3pghGQwCBIvkFI6pYuzoGSwAwfaz4vKpteh8nhXOhE=";
};
postPatch = ''