python3Packages.zope-size: 5.0 -> 5.1

https://github.com/zopefoundation/zope.size/blob/5.1/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:18 +02:00
parent 61eb953182
commit 939effc5c8
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "zope-size";
version = "5.0";
version = "5.1";
pyproject = true;
src = fetchPypi {
pname = "zope.size";
inherit version;
hash = "sha256-sVRT40+Bb/VFmtg82TUCmqWBxqRTRj4DxeLZe9IKQyo=";
hash = "sha256-88OaPLxG6AnxlkGxLaFn6nzbPgWu8z9WmXOireHvgAk=";
};
build-system = [ setuptools ];