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

python312Packages.playwrightcapture: 1.27.3 -> 1.27.4 (#361420)

parents f5a34c7c d956846d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "playwrightcapture";
  version = "1.27.3";
  version = "1.27.4";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    rev = "refs/tags/v${version}";
    hash = "sha256-fOtHPFn8mlT8kv+HTN4Mxp93+I+rtRQ1z+SSyiV/5qA=";
    hash = "sha256-1K/e7pJtfNSuQ1GlNT2m8P7zEXqC1zUP1M8acbW2kOY=";
  };

  pythonRelaxDeps = [