python311Packages.zope-proxy: 5.0.0 -> 5.1

Changelog: https://github.com/zopefoundation/zope.proxy/blob/5.1/CHANGES.rst
This commit is contained in:
natsukium 2023-10-07 22:41:38 +09:00
parent afb49a7626
commit c9462cf90b
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "zope-proxy";
version = "5.0.0";
version = "5.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "zope.proxy";
inherit version;
hash = "sha256-b6RMl6QStNxR4vX9Tcc8W9SZ01KA+IzSvNJviuHkV3s=";
hash = "sha256-d3e9P4986nRSFyYgLhptUVPb9knyBOJQBYrQOvRqQxg=";
};
nativeBuildInputs = [