From aaac4a9ea8ebb3852b4eeed6ad96e9078ef6050b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 21 May 2024 21:30:18 +0200 Subject: [PATCH] python312Packages.playwrightcapture: 1.24.9 -> 1.24.10 Diff: https://github.com/Lookyloo/PlaywrightCapture/compare/refs/tags/v1.24.9...v1.24.10 Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.24.10 --- pkgs/development/python-modules/playwrightcapture/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/playwrightcapture/default.nix b/pkgs/development/python-modules/playwrightcapture/default.nix index 6b56b7c67fc0..6f36ec98ba89 100644 --- a/pkgs/development/python-modules/playwrightcapture/default.nix +++ b/pkgs/development/python-modules/playwrightcapture/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "playwrightcapture"; - version = "1.24.9"; + version = "1.24.10"; pyproject = true; disabled = pythonOlder "3.8"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "Lookyloo"; repo = "PlaywrightCapture"; rev = "refs/tags/v${version}"; - hash = "sha256-XWl/vvPMSD7oCl2/qG4y1ERopQdi5O9erFFpTmK8U5k="; + hash = "sha256-kjh0ZrFS0jb4CYJfDosLiRffsVzF3/EWPYidBrhStIU="; }; pythonRelaxDeps = [