about summary refs log tree commit diff
path: root/pkgs/development/python-modules/splinter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-08 17:33:53 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-08 17:33:53 -0800
commitbdd01918631ab8697f27bd78e04ad932c92376c0 (patch)
tree57a780a3a628a6f4dc92b1ff4a4a226700207ee2 /pkgs/development/python-modules/splinter
parenta054d7450768069084142fe597ed2da367813a4a (diff)
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
Diffstat (limited to 'pkgs/development/python-modules/splinter')
-rw-r--r--pkgs/development/python-modules/splinter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/splinter/default.nix b/pkgs/development/python-modules/splinter/default.nix
index 91a94a6e84195..5a2ee5877c926 100644
--- a/pkgs/development/python-modules/splinter/default.nix
+++ b/pkgs/development/python-modules/splinter/default.nix
@@ -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 ];