summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-27 18:46:02 +0000
committerJon <jonringer@users.noreply.github.com>2020-01-27 14:56:33 -0800
commit403813ddaa4f08625571cc1521243ada69eb1391 (patch)
treeae004bee29eb73ebb2a359a40153e7b1ac4f7727 /pkgs
parentde84b23e5c615a7892576807f6622ad416daeeae (diff)
downloadnixpkgs-403813ddaa4f08625571cc1521243ada69eb1391.tar
nixpkgs-403813ddaa4f08625571cc1521243ada69eb1391.tar.gz
nixpkgs-403813ddaa4f08625571cc1521243ada69eb1391.tar.bz2
nixpkgs-403813ddaa4f08625571cc1521243ada69eb1391.tar.lz
nixpkgs-403813ddaa4f08625571cc1521243ada69eb1391.tar.xz
nixpkgs-403813ddaa4f08625571cc1521243ada69eb1391.tar.zst
nixpkgs-403813ddaa4f08625571cc1521243ada69eb1391.zip
python27Packages.mozdevice: 3.0.6 -> 3.0.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/marionette-harness/mozdevice.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/marionette-harness/mozdevice.nix b/pkgs/development/python-modules/marionette-harness/mozdevice.nix
index 9b521689936..9f1a682c2ce 100644
--- a/pkgs/development/python-modules/marionette-harness/mozdevice.nix
+++ b/pkgs/development/python-modules/marionette-harness/mozdevice.nix
@@ -8,12 +8,12 @@
 
 buildPythonPackage rec {
   pname = "mozdevice";
-  version = "3.0.6";
+  version = "3.0.7";
   format = "wheel";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1gw2lk16fz2n1953i29hgw47s2h0c6z911zzg8am1in8qq2318xv";
+    sha256 = "1n7l3drdh3rm3320v98c9hhh37ljk9l861hyw18psca7jdd717n5";
     format = "wheel";
   };