Unverified Commit 4e07fd56 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.locust: 2.42.1 -> 2.42.2 (#461378)

parents 5d29661b a13e5c16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

buildPythonPackage rec {
  pname = "locust";
  version = "2.42.1";
  version = "2.42.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "locustio";
    repo = "locust";
    tag = version;
    hash = "sha256-yyG4HVti0BAcGWQHID799YfkCEIBmpTkUUm8QzXMivc=";
    hash = "sha256-Myek56kHUX0rFNJcEhfMTSE7xwYhm4AmogxIcUNzrR0=";
  };

  postPatch = ''