From 2d2dacc5d5b38a660e3740d357d8aa7fd6e9c3eb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 18 May 2024 09:41:16 +0200 Subject: [PATCH] python312Packages.playwrightcapture: 1.24.8 -> 1.24.9 Diff: https://github.com/Lookyloo/PlaywrightCapture/compare/refs/tags/v1.24.8...v1.24.9 Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.24.9 --- .../python-modules/playwrightcapture/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/playwrightcapture/default.nix b/pkgs/development/python-modules/playwrightcapture/default.nix index c13df7c6fea1..6b56b7c67fc0 100644 --- a/pkgs/development/python-modules/playwrightcapture/default.nix +++ b/pkgs/development/python-modules/playwrightcapture/default.nix @@ -1,11 +1,13 @@ { lib, + aiohttp, + aiohttp-socks, beautifulsoup4, buildPythonPackage, dateparser, fetchFromGitHub, - playwright, playwright-stealth, + playwright, poetry-core, puremagic, pydub, @@ -21,7 +23,7 @@ buildPythonPackage rec { pname = "playwrightcapture"; - version = "1.24.8"; + version = "1.24.9"; pyproject = true; disabled = pythonOlder "3.8"; @@ -30,7 +32,7 @@ buildPythonPackage rec { owner = "Lookyloo"; repo = "PlaywrightCapture"; rev = "refs/tags/v${version}"; - hash = "sha256-91EVR4cW383HiwcAg4BuhuC5jlwLwP1IFodD1iIo1j4="; + hash = "sha256-XWl/vvPMSD7oCl2/qG4y1ERopQdi5O9erFFpTmK8U5k="; }; pythonRelaxDeps = [ @@ -45,6 +47,8 @@ buildPythonPackage rec { nativeBuildInputs = [ pythonRelaxDepsHook ]; dependencies = [ + aiohttp + aiohttp-socks beautifulsoup4 dateparser playwright