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
This commit is contained in:
R. RyanTM 2018-11-08 15:30:23 -08:00
parent a054d74507
commit f757291821

View file

@ -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];