Commit 9c9f5b10 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 78c4b63c
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.6";
  version = "1.27.7";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    tag = "v${version}";
    hash = "sha256-Kh4F5dicbVvM9k8T4iMERMuze3Ztawi9LXH7+udtZFU=";
    hash = "sha256-tu1QvurhJBW6tygdteQYAWWk9nuEHT7p8LlkmTwW+Dw=";
  };

  pythonRelaxDeps = [