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

python312Packages.playwrightcapture: 1.25.13 -> 1.25.14 (#338247)

parents 9d436c8b 60e2cdd7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "playwrightcapture";
  version = "1.25.13";
  version = "1.25.14";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    rev = "refs/tags/v${version}";
    hash = "sha256-O482RKJejgg3eJe4M9U0ExuDFwFz9Fbpxvrn6re58h8=";
    hash = "sha256-1MTU/teBs2HisW0L0o5RyAAi8wlkrVFwc/K70O4YfKg=";
  };

  pythonRelaxDeps = [