python: mozrunner: 7.0.1 -> 7.0.2
This commit is contained in:
parent
775fa99aa4
commit
c6992ef506
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mozrunner";
|
pname = "mozrunner";
|
||||||
version = "7.0.1";
|
version = "7.0.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "a4e3d532d1d7eb34b6332e0568612ebac3f56da849894005b3dbe68968e5d292";
|
sha256 = "8034898a36fece171b52e25792f64011e761e5aa694cd67fb6a19c12cb3fa978";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ mozdevice mozfile mozinfo mozlog mozprocess
|
propagatedBuildInputs = [ mozdevice mozfile mozinfo mozlog mozprocess
|
||||||
|
Loading…
x
Reference in New Issue
Block a user