tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.pytest-playwright: 0.4.2 -> 0.4.3
R. Ryantm
2 years ago
fee4abd7
d4e6749f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-playwright
default.nix
+2
-2
pkgs/development/python-modules/pytest-playwright/default.nix
···
14
14
15
15
buildPythonPackage rec {
16
16
pname = "pytest-playwright";
17
17
-
version = "0.4.2";
17
17
+
version = "0.4.3";
18
18
format = "setuptools";
19
19
20
20
disabled = pythonOlder "3.8";
···
23
23
owner = "microsoft";
24
24
repo = "playwright-pytest";
25
25
rev = "refs/tags/v${version}";
26
26
-
hash = "sha256-yYFzaIPYOsuvS8bGcuwQQNS/CtvGUe1XQdORmfEJQmU=";
26
26
+
hash = "sha256-5qjfZGDM1OqXXNyj81O49ClKKGiAPdgyZZu6TgpskGs=";
27
27
};
28
28
29
29
SETUPTOOLS_SCM_PRETEND_VERSION = version;