python311Packages.zope-configuration: 4.4.1 -> 5.0

Changelog: https://github.com/zopefoundation/zope.configuration/blob/5.0/CHANGES.rst
This commit is contained in:
natsukium
2023-11-12 02:55:22 +09:00
parent e5317b9352
commit 98b74e8ae7
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonOlder
, setuptools
, zope-i18nmessageid
, zope_interface
@@ -13,13 +14,15 @@
buildPythonPackage rec {
pname = "zope-configuration";
version = "4.4.1";
version = "5.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "zope.configuration";
inherit version;
hash = "sha256-giPqSvU5hmznqccwrH6xjlHRfrUVk6p3c7NZPI1tdgg=";
hash = "sha256-I0tKGMcfazub9rzyJSZLrgFJrGjeoHsHLw9pmkzsJuc=";
};
nativeBuildInputs = [