pythonPackages.frozendict: Remove duplicate declaration
This commit is contained in:
parent
55fc3acfcb
commit
ca3af3ce88
@ -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