python3Packages.zope-hookable: 4.2.0 -> 5.0.1

This commit is contained in:
Jonathan Ringer 2020-06-02 15:20:35 -07:00 committed by Jon
parent 94d1218d44
commit 0e13f49e7c

View File

@ -6,12 +6,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zope-hookable"; pname = "zope-hookable";
version = "4.2.0"; version = "5.0.1";
src = fetchPypi { src = fetchPypi {
pname = "zope.hookable"; pname = "zope.hookable";
inherit version; inherit version;
sha256 = "c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15"; sha256 = "0hc82lfr7bk53nvbxvjkibkarngyrzgfk2i6bg8wshl0ly0pdl19";
}; };
checkInputs = [ zope_testing ]; checkInputs = [ zope_testing ];