Loading pkgs/development/python-modules/pytest-playwright/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,16 +14,16 @@ buildPythonPackage rec { pname = "pytest-playwright"; version = "0.7.1"; version = "0.7.2"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "microsoft"; repo = "playwright-pytest"; tag = "v${version}"; hash = "sha256-5QkqOTS8+wMMJ3U8oKX9aQ6hwIChCYNojLqWpZVluXw="; hash = "sha256-FAG+lpo4cdfHSqQ1k0U2U0agTpUkEUIV+4veFijwR9A="; }; postPatch = '' Loading Loading
pkgs/development/python-modules/pytest-playwright/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,16 +14,16 @@ buildPythonPackage rec { pname = "pytest-playwright"; version = "0.7.1"; version = "0.7.2"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "microsoft"; repo = "playwright-pytest"; tag = "v${version}"; hash = "sha256-5QkqOTS8+wMMJ3U8oKX9aQ6hwIChCYNojLqWpZVluXw="; hash = "sha256-FAG+lpo4cdfHSqQ1k0U2U0agTpUkEUIV+4veFijwR9A="; }; postPatch = '' Loading