python3Packages.locust-cloud: 1.29.5 -> 1.30.0

This commit is contained in:
R. Ryantm
2025-12-19 17:54:36 +00:00
parent 68f4ded240
commit 3aaa5a7ff1
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "locust-cloud";
version = "1.29.5";
version = "1.30.0";
pyproject = true;
src = fetchFromGitHub {
owner = "locustcloud";
repo = "locust-cloud";
tag = version;
hash = "sha256-mZvAJDMMLOU53DrwHNKpJxpRWq5QQsTu2K+GhtY6K7M=";
hash = "sha256-GJS0+CUYMz3G98I7Edj2qEsIFTp5wzsuSMmN7DlZPjA=";
};
build-system = [