python: mozprofile: 0.28 -> 0.29

This commit is contained in:
Frederik Rietdijk 2018-02-26 18:46:03 +01:00
parent 7746fcecb1
commit c992c9a4f3

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "mozprofile";
version = "0.28";
version = "0.29";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "15xsdhrpbg7hlr6nvb3k3ci33h786hrv12az8j2k7aa9gzjcf8nh";
sha256 = "92af4b9f527a18997dccb60e846e1844b2428668dadf3ccb1a8cd30c706b25c1";
};
propagatedBuildInputs = [ mozlog mozfile mozhttpd ];