python3Packages.zope-interface: 8.0.1 -> 8.2

https://github.com/zopefoundation/zope.interface/blob/8.2/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:53 +01:00
parent b3332836c5
commit f06c993d07
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "zope-interface";
version = "8.0.1";
version = "8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "zopefoundation";
repo = "zope.interface";
tag = version;
hash = "sha256-IYtfd9mJLcwk3FGPWlD5PbrKdIwDQf1Thn6fWFa5Rpo=";
hash = "sha256-hOcg41lcdVWfmT2DqaYzzu4bJZYiG2y5boylJevBv6k=";
};
build-system = [ setuptools ];