Unverified Commit 2072186a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.locust-cloud: 1.29.4 -> 1.29.5 (#468393)

parents c3a25dd0 bea7124a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "locust-cloud";
  version = "1.29.4";
  version = "1.29.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "locustcloud";
    repo = "locust-cloud";
    tag = version;
    hash = "sha256-3rlHtOSYMfHbNdWpo59OXS1Z1BWY99d7AKmZZuxAz9E=";
    hash = "sha256-mZvAJDMMLOU53DrwHNKpJxpRWq5QQsTu2K+GhtY6K7M=";
  };

  build-system = [