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:
parent
4455d0ca3c
commit
517534810d
@ -8,11 +8,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "splinter";
|
||||
version = "0.9.0";
|
||||
version = "0.10.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0il187zajpiw4p011nkb4bcjxxd85f131bcqz31201ff14ifvih8";
|
||||
sha256 = "1x5g7pfj813rnci7dc46y01bq24qzw5qwlzm4iw61hg66q2kg7rd";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ selenium ];
|
||||
|
Loading…
Reference in New Issue
Block a user