python311Packages.playwrightcapture: 1.24.1 -> 1.24.2

This commit is contained in:
R. Ryantm 2024-04-10 04:19:15 +00:00
parent c81c241415
commit 9e4fc15eb4
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "playwrightcapture";
version = "1.24.1";
version = "1.24.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "Lookyloo";
repo = "PlaywrightCapture";
rev = "refs/tags/v${version}";
hash = "sha256-+2BxXgIC595FM3FDIbFjFpWIEkqQrDILWFjQkyN5nao=";
hash = "sha256-1VLdQFTB2YG8JUNA9+ys8p1kE/5a5qvzMtEtboejOpc=";
};
pythonRelaxDeps = [