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:
parent
a054d74507
commit
f757291821
@ -23,11 +23,11 @@ in
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "selenium";
|
pname = "selenium";
|
||||||
version = "3.14.1";
|
version = "3.141.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ab192cd046164c40fabcf44b47c66c8b12495142f4a69dcc55ea6eeef096e614";
|
sha256 = "039hf9knvl4s3hp21bzwsp1g5ri9gxsh504dp48lc6nr1av35byy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [xorg.libX11];
|
buildInputs = [xorg.libX11];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user