python3Packages.locust-cloud: 1.27.0 -> 1.27.9

This commit is contained in:
Philipp Arras
2025-10-30 21:51:11 +01:00
parent ca68306a91
commit 1969163519
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "locust-cloud";
version = "1.27.0";
version = "1.27.9";
pyproject = true;
src = fetchFromGitHub {
owner = "locustcloud";
repo = "locust-cloud";
tag = version;
hash = "sha256-K69VIyQggwWQQoMld0JpzmtJRQc6HYrKAGA6E9O69MQ=";
hash = "sha256-7k1IZNBVkz+E5WW/wZWpB+yl/W7ONuHlUM8wOKvu0ow=";
};
build-system = [