From 1a4e67abb7fc6630805bbb95843fe6d6aebb8fce Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 29 Oct 2024 20:56:46 +0100 Subject: [PATCH] python312Packages.playwrightcapture: 1.26.2 -> 1.26.3 Diff: https://github.com/Lookyloo/PlaywrightCapture/compare/refs/tags/v1.26.2...v1.26.3 Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.26.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 5cf06d322fd1c..adcb9eec8d098 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.26.2"; + version = "1.26.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "Lookyloo"; repo = "PlaywrightCapture"; rev = "refs/tags/v${version}"; - hash = "sha256-JSgWOHMwjxStwMxRe4sFYLeRRgOkfWXlIpqeDfGDSNQ="; + hash = "sha256-lZ0zteLZFKSeFBXWxUnPwlC9VVjUPulUCUocPGOUmuI="; }; pythonRelaxDeps = [