From 124c55dae808153cfbbabf495f1033ee6af16a55 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 8 Aug 2024 08:12:39 +0200 Subject: [PATCH] python312Packages.playwrightcapture: 1.25.9 -> 1.25.10 Diff: https://github.com/Lookyloo/PlaywrightCapture/compare/refs/tags/v1.25.9...v1.25.10 Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.25.10 --- .../python-modules/playwrightcapture/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/playwrightcapture/default.nix b/pkgs/development/python-modules/playwrightcapture/default.nix index 4e2c4a884e73..d56554e46fb8 100644 --- a/pkgs/development/python-modules/playwrightcapture/default.nix +++ b/pkgs/development/python-modules/playwrightcapture/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "playwrightcapture"; - version = "1.25.9"; + version = "1.25.10"; pyproject = true; disabled = pythonOlder "3.8"; @@ -31,10 +31,12 @@ buildPythonPackage rec { owner = "Lookyloo"; repo = "PlaywrightCapture"; rev = "refs/tags/v${version}"; - hash = "sha256-p/Zy4roRG0xdk2w5O0CdYIr15D+wumiuGlCNxrHHWdw="; + hash = "sha256-aBex+29NGPELQY+uaOXzGOWxt8injSk2hmOtVqzodmM="; }; pythonRelaxDeps = [ + "aiohttp" + "aiohttp-socks" "beautifulsoup4" "playwright" "setuptools"