python27Packages.geopandas: 0.6.2 -> 0.6.3

This commit is contained in:
R. RyanTM 2020-02-09 09:37:36 +00:00 committed by Frederik Rietdijk
parent 6699655ed3
commit af6336aa34

View file

@ -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 ];