Skip to content

Commit

Permalink
python.pkgs.pandas: 0.21.0 -> 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Dec 23, 2017
1 parent e3d3635 commit fb51574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pandas/default.nix
Expand Up @@ -28,12 +28,12 @@ let
inherit (stdenv) isDarwin;
in buildPythonPackage rec {
pname = "pandas";
version = "0.21.0";
version = "0.21.1";
name = "${pname}-${version}";

src = fetchPypi {
inherit pname version;
sha256 = "0nf50ls2cnlsd2635nyji7l70xc91dw81qg5y01g5sifwwqcpmaw";
sha256 = "c5f5cba88bf0659554c41c909e1f78139f6fce8fa9315a29a23692b38ff9788a";
};

LC_ALL = "en_US.UTF-8";
Expand Down

0 comments on commit fb51574

Please sign in to comment.