python37Packages.splinter: 0.10.0 -> 0.11.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.7-splinter/versions
This commit is contained in:
R. RyanTM 2019-07-16 10:37:18 -07:00 committed by Frederik Rietdijk
parent 9ed84b6c2b
commit 2957f9f79d

View File

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