python3Packages.tox: 4.11.3 -> 4.11.4

https://github.com/tox-dev/tox/releases/tag/4.11.4
This commit is contained in:
Martin Weinelt 2023-12-03 00:03:13 +01:00
parent 67a18bd74a
commit 49db5eac3e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "tox";
version = "4.11.3";
version = "4.11.4";
format = "pyproject";
src = fetchFromGitHub {
owner = "tox-dev";
repo = "tox";
rev = "refs/tags/${version}";
hash = "sha256-VLoWRAiQ1TP9S0f8TKwQ0H2Lgemd+dTzSM+TjhioDMk=";
hash = "sha256-pZmT8392YuHzCrAquPpveByYw3x6bkMGCUToCAqAGc8=";
};
postPatch = ''