python3Packages.zope-interface: 8.0.1 -> 8.2
https://github.com/zopefoundation/zope.interface/blob/8.2/CHANGES.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope-interface";
|
||||
version = "8.0.1";
|
||||
version = "8.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zopefoundation";
|
||||
repo = "zope.interface";
|
||||
tag = version;
|
||||
hash = "sha256-IYtfd9mJLcwk3FGPWlD5PbrKdIwDQf1Thn6fWFa5Rpo=";
|
||||
hash = "sha256-hOcg41lcdVWfmT2DqaYzzu4bJZYiG2y5boylJevBv6k=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user