pythonPackages.frozendict: Remove duplicate declaration

This commit is contained in:
Franz Pletz 2016-01-18 14:19:56 +01:00
parent 55fc3acfcb
commit ca3af3ce88

View file

@ -4990,12 +4990,12 @@ in modules // {
frozendict = buildPythonPackage rec {
name = "frozendict-0.5";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/f/frozendict/${name}.tar.gz";
sha256 = "0m4kg6hbadvf99if78nx01q7qnbyhdw3x4znl5dasgciyi54432n";
};
meta = {
homepage = https://github.com/slezica/python-frozendict;
description = "An immutable dictionary";
@ -22931,16 +22931,6 @@ in modules // {
};
};
frozendict = buildPythonPackage rec {
name = "frozendict-${version}";
version = "0.5";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/f/frozendict/frozendict-0.5.tar.gz";
sha256 = "0m4kg6hbadvf99if78nx01q7qnbyhdw3x4znl5dasgciyi54432n";
};
};
pydenticon = buildPythonPackage rec {
name = "pydenticon-${version}";
version = "0.2";