python3Packages.locust: 2.42.2 -> 2.43.1

https://github.com/locustio/locust/blob/2.43.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:28 +01:00
parent 243526300b
commit 6c59101d8a
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "locust";
version = "2.42.2";
version = "2.43.1";
pyproject = true;
src = fetchFromGitHub {
owner = "locustio";
repo = "locust";
tag = version;
hash = "sha256-Myek56kHUX0rFNJcEhfMTSE7xwYhm4AmogxIcUNzrR0=";
hash = "sha256-+0B4S524UjvaYl7VTZ1IY7UuBuDjUBqOvjHu0UVOi6A=";
};
postPatch = ''