python3Packages.zope.size: 4.3 -> 4.4

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:26 +02:00
parent cef0017459
commit 8a9c57ac80

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "zope.size";
version = "4.3";
version = "4.4";
src = fetchPypi {
inherit pname version;
sha256 = "6f3eb687c9181e3b7400c5cd4d4209a2f676475b7b85c99ee11de2404b3493ec";
sha256 = "sha256-bhv3QJdZtNpyAuL6/aZXWD1Acx8661VweWaItJPpkHk=";
};
propagatedBuildInputs = [ zope_i18nmessageid zope_interface ];