pythonPackages.frozendict: Remove duplicate declaration
This commit is contained in:
parent
55fc3acfcb
commit
ca3af3ce88
@ -4990,12 +4990,12 @@ in modules // {
|
|||||||
|
|
||||||
frozendict = buildPythonPackage rec {
|
frozendict = buildPythonPackage rec {
|
||||||
name = "frozendict-0.5";
|
name = "frozendict-0.5";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/f/frozendict/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/f/frozendict/${name}.tar.gz";
|
||||||
sha256 = "0m4kg6hbadvf99if78nx01q7qnbyhdw3x4znl5dasgciyi54432n";
|
sha256 = "0m4kg6hbadvf99if78nx01q7qnbyhdw3x4znl5dasgciyi54432n";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/slezica/python-frozendict;
|
homepage = https://github.com/slezica/python-frozendict;
|
||||||
description = "An immutable dictionary";
|
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 {
|
pydenticon = buildPythonPackage rec {
|
||||||
name = "pydenticon-${version}";
|
name = "pydenticon-${version}";
|
||||||
version = "0.2";
|
version = "0.2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user