mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python: zope.i18nmessageid: 4.0.3 -> 4.3.1
This commit is contained in:
parent
b63f06832b
commit
9e96072ba1
@ -1,17 +1,20 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, six
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zope.i18nmessageid";
|
pname = "zope.i18nmessageid";
|
||||||
version = "4.0.3";
|
version = "4.3.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1rslyph0klk58dmjjy4j0jxy21k03azksixc3x2xhqbkv97cmzml";
|
sha256 = "e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/zopefoundation/zope.i18nmessageid;
|
homepage = https://github.com/zopefoundation/zope.i18nmessageid;
|
||||||
description = "Message Identifiers for internationalization";
|
description = "Message Identifiers for internationalization";
|
||||||
|
Loading…
Reference in New Issue
Block a user