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

Merge pull request #308869 from r-ryantm/auto-update/python311Packages.playwrightcapture

python311Packages.playwrightcapture: 1.24.7 -> 1.24.8
parents d9bdb87f 5e50f80c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "playwrightcapture";
  version = "1.24.7";
  version = "1.24.8";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    rev = "refs/tags/v${version}";
    hash = "sha256-mCwV5rgJLns4LvCVwnGAJeqs426GK/8rfp93YKH34VA=";
    hash = "sha256-91EVR4cW383HiwcAg4BuhuC5jlwLwP1IFodD1iIo1j4=";
  };

  pythonRelaxDeps = [