python3Packages.zope-i18nmessageid: 6.0.1 -> 6.1.0

https://github.com/zopefoundation/zope.i18nmessageid/blob/6.1.0/CHANGES.rst
This commit is contained in:
Martin Weinelt
2023-12-20 20:45:43 +01:00
parent 771f168d37
commit 6feca46360
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "zope-i18nmessageid";
version = "6.0.1";
version = "6.1.0";
format = "setuptools";
src = fetchPypi {
pname = "zope.i18nmessageid";
inherit version;
hash = "sha256-LVvOb7MfHOoO+iZEZJvIZ9KXIwPx272f/vzlsuueAXY=";
hash = "sha256-Rawm/chvq997ePHBvM/B1DctGlSDi7rt2p26dEStiUE=";
};
nativeCheckInputs = [