Fabian Affolter 2024-04-19 19:41:56 +02:00
parent 716b484fae
commit 695bc72987

View File

@ -21,7 +21,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "playwrightcapture"; pname = "playwrightcapture";
version = "1.24.4"; version = "1.24.5";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Lookyloo"; owner = "Lookyloo";
repo = "PlaywrightCapture"; repo = "PlaywrightCapture";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-/6Sdn4SdJ7e2Lm6Gl0oaLNWeb6XouLgtjNJbVYstL4w="; hash = "sha256-3xbjcvBx5pHlCwqAVJUpiGsa4s9lScORlEB4YLfkvv4=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [