python312Packages.selenium: 4.18.1 -> 4.22.0

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:31 +02:00
parent 17ce05499a
commit ea7c93b6a2
@@ -9,6 +9,7 @@
trio,
trio-websocket,
typing-extensions,
websocket-client,
urllib3,
pytest-trio,
nixosTests,
@@ -18,7 +19,7 @@
buildPythonPackage rec {
pname = "selenium";
version = "4.18.1";
version = "4.22.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -28,7 +29,7 @@ buildPythonPackage rec {
repo = "selenium";
# check if there is a newer tag with or without -python suffix
rev = "refs/tags/selenium-${version}";
hash = "sha256-1C9Epsk9rFlShxHGGzbWl6smrMzPn2h3yCWlzUIMpY8=";
hash = "sha256-qBuZgI5SSBwxbSBrAT0W/HzzV2JmPL00hPJ6s57QTeg=";
};
preConfigure = ''
@@ -61,6 +62,7 @@ buildPythonPackage rec {
trio-websocket
urllib3
typing-extensions
websocket-client
] ++ urllib3.optional-dependencies.socks;
nativeCheckInputs = [