Merge pull request #49969 from r-ryantm/auto-update/python3.6-splinter

python36Packages.splinter: 0.8.0 -> 0.9.0
This commit is contained in:
Jörg Thalheim 2018-11-09 16:34:01 +00:00 committed by GitHub
commit b1bd5c5d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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