From a8e9cae4c419c0a53ed18ddfc47d9f845d7f341d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 25 Nov 2024 12:41:56 +0100 Subject: [PATCH] python312Packages.playwrightcapture: 1.27.1 -> 1.27.3 Diff: https://github.com/Lookyloo/PlaywrightCapture/compare/refs/tags/v1.27.1...v1.27.3 Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.27.3 --- 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 32d567b3a79a..cb31d6bdcf43 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.27.1"; + version = "1.27.3"; pyproject = true; disabled = pythonOlder "3.9"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "Lookyloo"; repo = "PlaywrightCapture"; rev = "refs/tags/v${version}"; - hash = "sha256-2QF59YzveW4OJmueEs9v4qk+sONVQ/XgXhsT8nswNyo="; + hash = "sha256-fOtHPFn8mlT8kv+HTN4Mxp93+I+rtRQ1z+SSyiV/5qA="; }; pythonRelaxDeps = [