Commit 3673d2d7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.playwrightcapture: 1.34.3 -> 1.35.1

parent 0e828da5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "playwrightcapture";
  version = "1.34.3";
  version = "1.35.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    tag = "v${version}";
    hash = "sha256-wM4GoS9XiszlOMbwQ11JBWXVexspYgRPws4EnwiZ078=";
    hash = "sha256-P2d2RY4A5Yxug1Rj5UmXBW5esEdk0M1wZyOBPKtJslA=";
  };

  pythonRelaxDeps = [