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:46 +0100
commit22c4ca1e9afff4f7884a070534a532c3f8c5e967 (patch)
treea7da5187627f8855d65b1954836fdfc65b621de1 /pkgs/development/python-modules/marionette-harness
parentabc792ccff4c5924256a0b972c6181ae92255cb9 (diff)
python: mozlog: 3.8 -> 4.2.0
Diffstat (limited to 'pkgs/development/python-modules/marionette-harness')
-rw-r--r--pkgs/development/python-modules/marionette-harness/mozlog.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/marionette-harness/mozlog.nix b/pkgs/development/python-modules/marionette-harness/mozlog.nix
index b8d0c077d6648..0036ac3eb5708 100644
--- a/pkgs/development/python-modules/marionette-harness/mozlog.nix
+++ b/pkgs/development/python-modules/marionette-harness/mozlog.nix
@@ -10,13 +10,13 @@
 
 buildPythonPackage rec {
   pname = "mozlog";
-  version = "3.8";
+  version = "4.2.0";
 
   disabled = isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "00x28z6diw06gakb5isbfha5z2n63yyncv4za303nsgzxvlihmx0";
+    sha256 = "dc85cfb9d47af6811f2367f471de7028c36204340c5e68a928115409ea75d9a9";
   };
 
   propagatedBuildInputs = [ blessings mozterm six ];