Unverified Commit a08e292c authored by dish's avatar dish Committed by GitHub
Browse files

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

parents d8962039 df1167fe
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.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 = [