Merge pull request #213587 from r-ryantm/auto-update/python310Packages.selenium

python310Packages.selenium: 4.7.0 -> 4.8.0

authored by

Sandro and committed by
GitHub
bb1fa5f5 d29def37

+2 -2
+2 -2
pkgs/development/python-modules/selenium/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "selenium"; 16 - version = "4.7.0"; 16 + version = "4.8.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 23 23 repo = "selenium"; 24 24 # check if there is a newer tag with or without -python suffix 25 25 rev = "refs/tags/selenium-${version}"; 26 - hash = "sha256-7inmi8dHi6So+8AbLq85Go/GEaiV1XK/7+wt9UkTdo8="; 26 + hash = "sha256-YTi6SNtTWuEPlQ3PTeis9osvtnWmZ7SRQbne9fefdco="; 27 27 }; 28 28 29 29 postPatch = ''