playwright: 1.31.1 -> 1.32.1

This commit is contained in:
R. Ryantm 2023-04-25 19:48:59 +00:00
parent 5167d6f405
commit 547983434e

View file

@ -15,7 +15,7 @@ let
in
buildPythonPackage rec {
pname = "playwright";
version = "1.31.1";
version = "1.32.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "playwright-python";
rev = "v${version}";
hash = "sha256-zVJiRIJDWmFdMCGK9siewiYgjeeTuOPY1wWxArcZDJg";
hash = "sha256-rguobFaepTOL2duHRdFV5o2JSsBlYiA7rY3/RyHvoMc=";
};
patches = [