summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-09-02 22:51:24 +0200
committerMichael Raskin <7c6f434c@mail.ru>2017-09-02 22:51:57 +0200
commit7da8192959f06c060a7fffd75e9c91ebebf090c6 (patch)
tree99f8de6f433e582ef5916711dd0cde0474aeb4ae /pkgs/development/python-modules
parent004463152a63f6ec7e31c972c0f6b50c2dc75802 (diff)
downloadnixlib-7da8192959f06c060a7fffd75e9c91ebebf090c6.tar
nixlib-7da8192959f06c060a7fffd75e9c91ebebf090c6.tar.gz
nixlib-7da8192959f06c060a7fffd75e9c91ebebf090c6.tar.bz2
nixlib-7da8192959f06c060a7fffd75e9c91ebebf090c6.tar.lz
nixlib-7da8192959f06c060a7fffd75e9c91ebebf090c6.tar.xz
nixlib-7da8192959f06c060a7fffd75e9c91ebebf090c6.tar.zst
nixlib-7da8192959f06c060a7fffd75e9c91ebebf090c6.zip
: 2.2.0 -> 2.3.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/marionette-harness/marionette_driver.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/marionette-harness/marionette_driver.nix b/pkgs/development/python-modules/marionette-harness/marionette_driver.nix
index 27c4d1bcb618..3f4e4e175816 100644
--- a/pkgs/development/python-modules/marionette-harness/marionette_driver.nix
+++ b/pkgs/development/python-modules/marionette-harness/marionette_driver.nix
@@ -8,12 +8,12 @@
 
 buildPythonPackage rec {
   pname = "marionette_driver";
-  version = "2.2.0";
+  version = "2.3.0";
   name = "${pname}-${version}";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0phlb4r6xf3yv1z23kn6paxkq6fvfywj2h4gcbavg4w6jd63vd5z";
+    sha256 = "0ab9xxsp0zvckf32k84n52hpibw2c62sa2pmx821d3q0d67yv2vv";
   };
 
   propagatedBuildInputs = [ mozversion mozrunner ];