summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-01-18 14:19:56 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-01-18 14:19:56 +0100
commitca3af3ce88b95f878f048c71285382de0da011a8 (patch)
tree8c5e5a3c0bd973132d0962560d333426281ae567
parent55fc3acfcb3d0ea27544b978e6a3983e158c4210 (diff)
downloadnixpkgs-ca3af3ce88b95f878f048c71285382de0da011a8.tar
nixpkgs-ca3af3ce88b95f878f048c71285382de0da011a8.tar.gz
nixpkgs-ca3af3ce88b95f878f048c71285382de0da011a8.tar.bz2
nixpkgs-ca3af3ce88b95f878f048c71285382de0da011a8.tar.lz
nixpkgs-ca3af3ce88b95f878f048c71285382de0da011a8.tar.xz
nixpkgs-ca3af3ce88b95f878f048c71285382de0da011a8.tar.zst
nixpkgs-ca3af3ce88b95f878f048c71285382de0da011a8.zip
pythonPackages.frozendict: Remove duplicate declaration
-rw-r--r--pkgs/top-level/python-packages.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 3ca87e9d9b6..41f0afd9e70 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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";