From 78a91f03eef6c63837cc88cbaac7e91765ef3f7d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 19 Feb 2025 10:47:46 +0100 Subject: [PATCH] python313Packages.playwrightcapture: 1.27.8 -> 1.28.0 Diff: https://github.com/Lookyloo/PlaywrightCapture/compare/refs/tags/v1.27.8...v1.28.0 Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.28.0 --- 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 10495f4898c4..38279a37a568 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.8"; + version = "1.28.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "Lookyloo"; repo = "PlaywrightCapture"; tag = "v${version}"; - hash = "sha256-iIUwBX3MQHeEmYwesW2Dm45tr9FYyq9GtLGbyV784RA="; + hash = "sha256-WgxGS54OMv6JRsB9IRmKzQIPeoVcvpl28V5vvvEQ6WU="; }; pythonRelaxDeps = [