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-12-14 10:20:08 -0800
committerRobert Schütz <rschuetz17@gmail.com>2018-12-14 19:20:08 +0100
commit517534810dd82b383316907ff39cdbc1556c5981 (patch)
tree1f1a662df6f01936dea0a408c88554e2fd9e7c8a /pkgs/development/python-modules/splinter
parent4455d0ca3c615f632f86e44ceee741b47d574806 (diff)
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
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 5a2ee5877c926..5d863192b2b60 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.9.0";
+  version = "0.10.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0il187zajpiw4p011nkb4bcjxxd85f131bcqz31201ff14ifvih8";
+    sha256 = "1x5g7pfj813rnci7dc46y01bq24qzw5qwlzm4iw61hg66q2kg7rd";
   };
 
   propagatedBuildInputs = [ selenium ];