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

python312Packages.playwrightcapture: 1.26.1 -> 1.26.2 (#350326)

parents afe08376 f4a29d61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "playwrightcapture";
  version = "1.26.1";
  version = "1.26.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    rev = "refs/tags/v${version}";
    hash = "sha256-zVwsRTsxic0/K6HyTLVRYCnBpSIF9Ly0TRJS90nADTg=";
    hash = "sha256-JSgWOHMwjxStwMxRe4sFYLeRRgOkfWXlIpqeDfGDSNQ=";
  };

  pythonRelaxDeps = [