python: mozprofile: 1.1.0 -> 2.3.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:38 +02:00
parent 13cf07c7a9
commit 3a6b91b72a

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "mozprofile";
version = "1.1.0";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "aa7fe7248719a224dd63cdc0498c9971d07cfc62fee7a69f51d593316b6bc1d8";
sha256 = "95e7410ff2a65775422936749b346da8abf09fe0aafa3bb5dd1651b17da137d1";
};
propagatedBuildInputs = [ mozlog mozfile mozhttpd ];