mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python3Packages.zope-hookable: 4.2.0 -> 5.0.1
This commit is contained in:
parent
94d1218d44
commit
0e13f49e7c
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope-hookable";
|
||||
version = "4.2.0";
|
||||
version = "5.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "zope.hookable";
|
||||
inherit version;
|
||||
sha256 = "c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15";
|
||||
sha256 = "0hc82lfr7bk53nvbxvjkibkarngyrzgfk2i6bg8wshl0ly0pdl19";
|
||||
};
|
||||
|
||||
checkInputs = [ zope_testing ];
|
||||
|
|
Loading…
Reference in a new issue