python3Packages.selenium: 4.2.0 -> 4.3.0

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:15 +02:00
parent 028c97820c
commit 8dc60e4a4c
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "selenium";
version = "4.2.0";
version = "4.3.0";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "SeleniumHQ";
repo = "selenium";
rev = "selenium-${version}"; # check if there is a newer tag with -python suffix
sha256 = "sha256-KhBCMsWGRD7hJqumA1+K8AVhJ7hq26XkEa1QbgY0Q0w=";
rev = "refs/tags/selenium-${version}"; # check if there is a newer tag with -python suffix
sha256 = "sha256-tD2sJGVBwqB0uOM3zwdNn71+ILYEHPAvWHvoJN24w6E=";
};
postPatch = ''