Skip to content

Commit

Permalink
pythonPackages.marionette_driver: 2.3.0 -> 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Jan 7, 2018
1 parent 9dcb4b4 commit 5491aaa
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -9,13 +9,13 @@

buildPythonPackage rec {
pname = "marionette_driver";
version = "2.3.0";
version = "2.5.0";
name = "${pname}-${version}";
disabled = isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "0ab9xxsp0zvckf32k84n52hpibw2c62sa2pmx821d3q0d67yv2vv";
sha256 = "0axhdin9ys3i9lnwqqqw87wap9000bk6cdgrzpd2gqricc7l3v65";
};

propagatedBuildInputs = [ mozversion mozrunner ];
Expand Down

0 comments on commit 5491aaa

Please sign in to comment.