mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
python: mozrunner: 6.15 -> 7.0.1
This commit is contained in:
parent
9c6c328d31
commit
4a0b1d62a1
@ -13,12 +13,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mozrunner";
|
pname = "mozrunner";
|
||||||
version = "6.15";
|
version = "7.0.1";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "985d4d4cf7597f09ed1b42165997d966fa35b0130a7a6bbcb2c71ecd5f4c453f";
|
sha256 = "a4e3d532d1d7eb34b6332e0568612ebac3f56da849894005b3dbe68968e5d292";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ mozdevice mozfile mozinfo mozlog mozprocess
|
propagatedBuildInputs = [ mozdevice mozfile mozinfo mozlog mozprocess
|
||||||
|
Loading…
Reference in New Issue
Block a user