aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/selenium
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-08 15:30:23 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-08 15:30:23 -0800
commitf757291821215bd67d067bcdce0b9eeadef7ba05 (patch)
treee58593f32c737dd8e239d261077347c7d776196f /pkgs/development/python-modules/selenium
parenta054d7450768069084142fe597ed2da367813a4a (diff)
python36Packages.selenium: 3.14.1 -> 3.141.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-selenium/versions
Diffstat (limited to 'pkgs/development/python-modules/selenium')
-rw-r--r--pkgs/development/python-modules/selenium/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/selenium/default.nix b/pkgs/development/python-modules/selenium/default.nix
index b64b53fb2fbb..ada159aaa121 100644
--- a/pkgs/development/python-modules/selenium/default.nix
+++ b/pkgs/development/python-modules/selenium/default.nix
@@ -23,11 +23,11 @@ in
buildPythonPackage rec {
pname = "selenium";
- version = "3.14.1";
+ version = "3.141.0";
src = fetchPypi {
inherit pname version;
- sha256 = "ab192cd046164c40fabcf44b47c66c8b12495142f4a69dcc55ea6eeef096e614";
+ sha256 = "039hf9knvl4s3hp21bzwsp1g5ri9gxsh504dp48lc6nr1av35byy";
};
buildInputs = [xorg.libX11];