python36Packages.splinter: 0.8.0 -> 0.9.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-splinter/versions
This commit is contained in:
R. RyanTM 2018-11-08 17:33:53 -08:00
parent a054d74507
commit bdd0191863

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "splinter";
version = "0.8.0";
version = "0.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "463e98135a85ff98f6c0084cb34cea1fe07827444958d224c087a84093a65281";
sha256 = "0il187zajpiw4p011nkb4bcjxxd85f131bcqz31201ff14ifvih8";
};
propagatedBuildInputs = [ selenium ];