Skip to content

Commit

Permalink
python27Packages.geopandas: 0.6.2 -> 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Feb 9, 2020
1 parent 6699655 commit af6336a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/geopandas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

buildPythonPackage rec {
pname = "geopandas";
version = "0.6.2";
version = "0.6.3";

src = fetchFromGitHub {
owner = "geopandas";
repo = "geopandas";
rev = "v${version}";
sha256 = "1wy2n204vf5bbswgma205lr1is7nnxr385m4x3v7pra05bq8ag3q";
sha256 = "11mzb5spwa06h1zhn7z905wcwya2x5srghv82jp5zjka9zdhsycd";
};

checkInputs = [ pytest Rtree ];
Expand Down

0 comments on commit af6336a

Please sign in to comment.