python313Packages.playwright-stealth: 2.0.0 -> 2.0.1

This commit is contained in:
Fabian Affolter
2026-01-21 11:05:52 +01:00
parent 7464ccd82d
commit 19bbe33e3d
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "playwright-stealth";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
src = fetchPypi {
pname = "playwright_stealth";
inherit version;
hash = "sha256-T0TUFtQiZomJWk0c+0Do0TchbAyXEOqPhLri2/EYb8U=";
hash = "sha256-o29zXWFGnBK9oXm1jV/EIou+5hyc9bE0OxSXpf1R7Bo=";
};
build-system = [ poetry-core ];