python3Packages.playwright-stealth: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm
2026-02-18 19:30:43 +00:00
parent 742c43323b
commit 78d158c415
@@ -8,13 +8,13 @@
buildPythonPackage (finalAttrs: {
pname = "playwright-stealth";
version = "2.0.1";
version = "2.0.2";
pyproject = true;
src = fetchPypi {
pname = "playwright_stealth";
inherit (finalAttrs) version;
hash = "sha256-o29zXWFGnBK9oXm1jV/EIou+5hyc9bE0OxSXpf1R7Bo=";
hash = "sha256-rFflGHMZDaXmU+A3IOlIyPCj0GsJjx1WdjED0j7kgUM=";
};
build-system = [ poetry-core ];