python: zope.i18nmessageid: 4.0.3 -> 4.3.1

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:23 +01:00
parent b63f06832b
commit 9e96072ba1

View File

@ -1,17 +1,20 @@
{ stdenv
, buildPythonPackage
, fetchPypi
, six
}:
buildPythonPackage rec {
pname = "zope.i18nmessageid";
version = "4.0.3";
version = "4.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "1rslyph0klk58dmjjy4j0jxy21k03azksixc3x2xhqbkv97cmzml";
sha256 = "e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3";
};
propagatedBuildInputs = [ six ];
meta = with stdenv.lib; {
homepage = https://github.com/zopefoundation/zope.i18nmessageid;
description = "Message Identifiers for internationalization";