python3Packages.locust: 2.33.1 -> 2.37.14

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:39 +02:00
parent 0980c6866c
commit 0c5bbee473
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "locust";
version = "2.33.1";
version = "2.37.14";
pyproject = true;
src = fetchFromGitHub {
owner = "locustio";
repo = "locust";
tag = version;
hash = "sha256-cOYdf3F1OF1P4xFEG3isuiePIl1tHnjL7UVoFIpb40A=";
hash = "sha256-16pMl72OIZlAi6jNx0qv0TO9RTm6O9CgiE84sndsEhc=";
};
postPatch = ''