python3Packages.zope-security: 8.1 -> 8.3

https://github.com/zopefoundation/zope.security/blob/8.3/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:54 +01:00
parent 3d623057b0
commit a004495b93
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "zope-security";
version = "8.1";
version = "8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "zopefoundation";
repo = "zope.security";
tag = version;
hash = "sha256-qik1tuH0w0W21Md6YXc5csCbMrFifxaJvGgi2nB4FrI=";
hash = "sha256-iSWSBjtJe4iEvm+VUEWDvRCBdRz1R6m9mlfPLwh01Sk=";
};
postPatch = ''