about summary refs log tree commit diff
path: root/pkgs/development/python-modules/marionette-harness
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-24 08:47:38 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-27 16:26:47 +0100
commit25417e0d92cc07c40d79a254b6a27c7b8280a29c (patch)
tree0da50aba17dfebb67342912596b25327bac5f3f3 /pkgs/development/python-modules/marionette-harness
parent3a6b91b72af92b27405c0a914a41e1f31039b08b (diff)
python: mozrunner: 7.0.2 -> 7.6.0
Diffstat (limited to 'pkgs/development/python-modules/marionette-harness')
-rw-r--r--pkgs/development/python-modules/marionette-harness/mozrunner.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/marionette-harness/mozrunner.nix b/pkgs/development/python-modules/marionette-harness/mozrunner.nix
index ac8631362fb8e..ba0fa476906fb 100644
--- a/pkgs/development/python-modules/marionette-harness/mozrunner.nix
+++ b/pkgs/development/python-modules/marionette-harness/mozrunner.nix
@@ -12,11 +12,11 @@
 
 buildPythonPackage rec {
   pname = "mozrunner";
-  version = "7.0.2";
+  version = "7.6.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8034898a36fece171b52e25792f64011e761e5aa694cd67fb6a19c12cb3fa978";
+    sha256 = "0ae84147f0fd784daa32c1d74f94b6e384967831aaf0c635bb3d9d0af3c4b112";
   };
 
   propagatedBuildInputs = [ mozdevice mozfile mozinfo mozlog mozprocess