python3Packages.splinter: 0.15.0 -> 0.16.0

https://github.com/cobrateam/splinter/releases/tag/0.16.0

Changed files
+3 -2
pkgs
development
python-modules
splinter
+3 -2
pkgs/development/python-modules/splinter/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "splinter"; 12 - version = "0.15.0"; 12 + version = "0.16.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "cobrateam"; 16 16 repo = "splinter"; 17 17 rev = version; 18 - sha256 = "sha256-y87Cnci4gJHrttThGPeOS/h6VK8x95cQA9nZs1fBfAw="; 18 + sha256 = "sha256-b6zncEAPtKgBPLFRsCSGeBqiD4A/mHEhjQaEIsefc28="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ ··· 35 35 "tests/test_popups.py" 36 36 "tests/test_webdriver.py" 37 37 "tests/test_webdriver_chrome.py" 38 + "tests/test_webdriver_edge_chromium.py" 38 39 "tests/test_webdriver_firefox.py" 39 40 "tests/test_webdriver_remote.py" 40 41 "tests/test_zopetestbrowser.py"