python: mozlog: 3.8 -> 4.2.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:38 +02:00
parent abc792ccff
commit 22c4ca1e9a

View file

@ -10,13 +10,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "mozlog"; pname = "mozlog";
version = "3.8"; version = "4.2.0";
disabled = isPy3k; disabled = isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "00x28z6diw06gakb5isbfha5z2n63yyncv4za303nsgzxvlihmx0"; sha256 = "dc85cfb9d47af6811f2367f471de7028c36204340c5e68a928115409ea75d9a9";
}; };
propagatedBuildInputs = [ blessings mozterm six ]; propagatedBuildInputs = [ blessings mozterm six ];