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:
parent
a054d74507
commit
bdd0191863
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "splinter";
|
pname = "splinter";
|
||||||
version = "0.8.0";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "463e98135a85ff98f6c0084cb34cea1fe07827444958d224c087a84093a65281";
|
sha256 = "0il187zajpiw4p011nkb4bcjxxd85f131bcqz31201ff14ifvih8";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ selenium ];
|
propagatedBuildInputs = [ selenium ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user