python310Packages.zope-component: 5.1.0 -> 6.0

Changelog: https://github.com/zopefoundation/zope.component/blob/6.0/CHANGES.rst
This commit is contained in:
natsukium 2023-07-28 10:02:07 +09:00
parent 6295ab5b29
commit 0da71c3f16
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "zope-component";
version = "5.1.0";
version = "6.0";
format = "setuptools";
src = fetchPypi {
pname = "zope.component";
inherit version;
hash = "sha256-pQj5/vG29ShkYtM0DNif+rXHiZ3KBAEzcjnLa6fGuwo=";
hash = "sha256-mgoEcq0gG5S0/mdBzprCwwuLsixRYHe/A2kt7E37aQY=";
};
propagatedBuildInputs = [