Merge pull request #280205 from r-ryantm/auto-update/python311Packages.zope-size

python311Packages.zope-size: 4.4 -> 5.0
This commit is contained in:
Nick Cao
2024-01-11 16:21:47 -05:00
committed by GitHub
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "zope.size";
version = "4.4";
version = "5.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-bhv3QJdZtNpyAuL6/aZXWD1Acx8661VweWaItJPpkHk=";
hash = "sha256-sVRT40+Bb/VFmtg82TUCmqWBxqRTRj4DxeLZe9IKQyo=";
};
propagatedBuildInputs = [ zope-i18nmessageid zope-interface ];