Commit df1167fe authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.locust-cloud: 1.28.1 -> 1.29.0

parent 956c7ae2
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 = [