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

python3Packages.playwrightcapture: 1.34.3 -> 1.35.1 (#462882)

parents 0aa74567 3673d2d7
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.3";
  version = "1.35.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    tag = "v${version}";
    hash = "sha256-wM4GoS9XiszlOMbwQ11JBWXVexspYgRPws4EnwiZ078=";
    hash = "sha256-P2d2RY4A5Yxug1Rj5UmXBW5esEdk0M1wZyOBPKtJslA=";
  };

  pythonRelaxDeps = [