summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-11-04 18:51:36 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2016-11-04 18:52:02 +0100
commit92ee96e20ec74b94ecf7560441d4c1dfd54cd28f (patch)
treec0a425ba8603150ab6aa9a33b9890bf0101a0e81
parent20e81f7c0d56e0b179115ca72a85b81ff637d909 (diff)
downloadnixlib-92ee96e20ec74b94ecf7560441d4c1dfd54cd28f.tar
nixlib-92ee96e20ec74b94ecf7560441d4c1dfd54cd28f.tar.gz
nixlib-92ee96e20ec74b94ecf7560441d4c1dfd54cd28f.tar.bz2
nixlib-92ee96e20ec74b94ecf7560441d4c1dfd54cd28f.tar.lz
nixlib-92ee96e20ec74b94ecf7560441d4c1dfd54cd28f.tar.xz
nixlib-92ee96e20ec74b94ecf7560441d4c1dfd54cd28f.tar.zst
nixlib-92ee96e20ec74b94ecf7560441d4c1dfd54cd28f.zip
pythonPackages.pandas: 0.19.0 -> 0.19.1
-rw-r--r--pkgs/top-level/python-packages.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index c0830ece0794..c01cfb84347c 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -17569,21 +17569,18 @@ in {
     };
   };
 
-  pandas = self.pandas_18;
-
-  pandas_18 = let
+  pandas = let
     inherit (pkgs.stdenv.lib) optional optionalString;
     inherit (pkgs.stdenv) isDarwin;
   in buildPythonPackage rec {
     name = "pandas-${version}";
-    version = "0.19.0";
+    version = "0.19.1";
 
     src = pkgs.fetchurl {
       url = "mirror://pypi/p/pandas/${name}.tar.gz";
-      sha256 = "4697606cdf023c6b7fcb74e48aaf25cf282a1a00e339d2d274cf1b663748805b";
+      sha256 = "2509feaeda72fce03675e2eccd2284bb1cadb6a0737008a5e741fe2431d47421";
     };
 
-
     LC_ALL = "en_US.UTF-8";
     buildInputs = with self; [ nose pkgs.glibcLocales ] ++ optional isDarwin pkgs.libcxx;
     propagatedBuildInputs = with self; [