lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pytest-playwright: 0.7.0 -> 0.7.1 (#442061)

authored by

Nick Cao and committed by
GitHub
67fc789f 7f0a22fd

+2 -2
+2 -2
pkgs/development/python-modules/pytest-playwright/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pytest-playwright"; 17 - version = "0.7.0"; 17 + version = "0.7.1"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 23 23 owner = "microsoft"; 24 24 repo = "playwright-pytest"; 25 25 tag = "v${version}"; 26 - hash = "sha256-GcvasyCVNUWieIYj7Da5dWdXtxVAhP2lR+ogBzrBu4M="; 26 + hash = "sha256-5QkqOTS8+wMMJ3U8oKX9aQ6hwIChCYNojLqWpZVluXw="; 27 27 }; 28 28 29 29 postPatch = ''