Skip to content

Commit 98b74e8

Browse files
committed
python311Packages.zope-configuration: 4.4.1 -> 5.0
Changelog: https://github.com/zopefoundation/zope.configuration/blob/5.0/CHANGES.rst
1 parent e5317b9 commit 98b74e8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • pkgs/development/python-modules/zope-configuration

pkgs/development/python-modules/zope-configuration/default.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{ lib
22
, buildPythonPackage
33
, fetchPypi
4+
, pythonOlder
45
, setuptools
56
, zope-i18nmessageid
67
, zope_interface
@@ -13,13 +14,15 @@
1314

1415
buildPythonPackage rec {
1516
pname = "zope-configuration";
16-
version = "4.4.1";
17+
version = "5.0";
1718
pyproject = true;
1819

20+
disabled = pythonOlder "3.7";
21+
1922
src = fetchPypi {
2023
pname = "zope.configuration";
2124
inherit version;
22-
hash = "sha256-giPqSvU5hmznqccwrH6xjlHRfrUVk6p3c7NZPI1tdgg=";
25+
hash = "sha256-I0tKGMcfazub9rzyJSZLrgFJrGjeoHsHLw9pmkzsJuc=";
2326
};
2427

2528
nativeBuildInputs = [

0 commit comments

Comments
 (0)