pythonPackages.hypatia: Remove outdated package

This commit is contained in:
adisbladis
2017-08-09 14:51:00 +02:00
committed by Frederik Rietdijk
parent bc6d9b0d46
commit 6d82bac424
-15
View File
@@ -8383,21 +8383,6 @@ in {
};
};
hypatia = buildPythonPackage rec {
name = "hypatia-0.3";
src = pkgs.fetchurl {
url = "mirror://pypi/h/hypatia/${name}.tar.gz";
sha256 = "fb4d394eeac4b06ff2259cada6174aebbe77edd243ffd1deda320cb327f98bd9";
};
buildInputs = with self; [ zope_interface zodb ];
meta = {
maintainers = with maintainers; [ domenkozar ];
};
};
zope_copy = buildPythonPackage rec {
name = "zope.copy-4.0.2";