Skip to content

Commit

Permalink
python3.pkgs.zope_interface: 4.7.2 -> 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Jun 6, 2020
1 parent 167391c commit ee36ba3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/python-modules/zope_interface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@

buildPythonPackage rec {
pname = "zope.interface";
version = "4.7.2";
version = "5.1.0";

src = fetchPypi {
inherit pname version;
sha256 = "fd1101bd3fcb4f4cf3485bb20d6cb0b56909b94d3bd2a53a6cb9d381c3da3365";
sha256 = "03nrl6b8cb600dnnh46y149awvrm0gxyqgwq5hdw3lvys8mw9r20";
};

propagatedBuildInputs = [ zope_event ];

doCheck = false; # Circular deps.

meta = with stdenv.lib; {
description = "Zope.Interface";
homepage = "http://zope.org/Products/ZopeInterface";
Expand Down

0 comments on commit ee36ba3

Please sign in to comment.