python3Packages.locust-cloud: 1.28.1 -> 1.29.0 (#464387)

This commit is contained in:
dish
2025-11-24 18:46:51 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "locust-cloud";
version = "1.28.1";
version = "1.29.0";
pyproject = true;
src = fetchFromGitHub {
owner = "locustcloud";
repo = "locust-cloud";
tag = version;
hash = "sha256-QGcALoJhUCATkO3hB255y4GOtXN8yVNtOSwV0Mo+p6o=";
hash = "sha256-cWcP1haQQcdOgjxDLZcbsQX18x68l3LSD9NZ/jZJiqE=";
};
build-system = [