python3Packages.selenium: 4.14.0 -> 4.15.0

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:23 +01:00
parent dea6a240b8
commit 2e3261266d
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "selenium";
version = "4.14.0";
version = "4.15.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
repo = "selenium";
# check if there is a newer tag with or without -python suffix
rev = "refs/tags/selenium-${version}";
hash = "sha256-cTMCKfFLUlJDbTUQA3Z/pKCE1RQQRMb4K8hKKn9HqvU=";
hash = "sha256-AacpHZw6N6RruuBO+bZ3/cxOODe9VPGblKmIm1ffqrc=";
};
preConfigure = ''