Merge pull request #228185 from r-ryantm/auto-update/playwright

playwright: 1.31.1 -> 1.32.1
This commit is contained in:
Weijia Wang 2023-04-26 01:07:37 +03:00 committed by GitHub
commit 0d448122bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [