python310Packages.zope-i18nmessageid: 5.1.1 -> 6.0.1

Changelog: https://github.com/zopefoundation/zope.i18nmessageid/blob/6.0.1/CHANGES.rst
This commit is contained in:
natsukium
2023-07-29 21:55:31 +09:00
parent a2a660dc50
commit 83a7b7de26
@@ -1,24 +1,21 @@
{ lib
, buildPythonPackage
, fetchPypi
, six
, zope_testrunner
, unittestCheckHook
}:
buildPythonPackage rec {
pname = "zope-i18nmessageid";
version = "5.1.1";
version = "6.0.1";
format = "setuptools";
src = fetchPypi {
pname = "zope.i18nmessageid";
inherit version;
hash = "sha256-R7djR7gOCytmxIbuZvP4bFdJOiB1uFqfuAJpD6cwvZI=";
hash = "sha256-LVvOb7MfHOoO+iZEZJvIZ9KXIwPx272f/vzlsuueAXY=";
};
propagatedBuildInputs = [ six ];
nativeCheckInputs = [
unittestCheckHook
zope_testrunner