Unverified Commit 8f3bc5fe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.playwrightcapture: 1.34.0 -> 1.34.1 (#453623)

parents 9bdd760b 24b0bdc6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "playwrightcapture";
  version = "1.34.0";
  version = "1.34.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    tag = "v${version}";
    hash = "sha256-3O46iBYoPYPvCLRlQhGesD+VJR1y4LnwPk3zIZ/OetA=";
    hash = "sha256-cywGV1hlxdZ9xU5adHKiZr2npdUpNkdF9sk9pykPFE8=";
  };

  pythonRelaxDeps = [