python37Packages.splinter: 0.9.0 -> 0.10.0 (#52081)

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.7-splinter/versions
This commit is contained in:
R. RyanTM 2018-12-14 10:20:08 -08:00 committed by Robert Schütz
parent 4455d0ca3c
commit 517534810d

View File

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