Unverified Commit 79435876 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.playwrightcapture: 1.26.0 -> 1.26.1 (#347907)

parents 004b93d1 3f2dfda5
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.0";
  version = "1.26.1";
  pyproject = true;

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

  pythonRelaxDeps = [