python37Packages.geopandas: 0.6.0 -> 0.6.1

This commit is contained in:
Robin Gloster 2019-10-16 00:07:07 +02:00
parent d4af2fe8b1
commit b870b3a153
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -4,13 +4,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "geopandas"; pname = "geopandas";
version = "0.6.0"; version = "0.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "geopandas"; owner = "geopandas";
repo = "geopandas"; repo = "geopandas";
rev = "v${version}"; rev = "v${version}";
sha256 = "1cnd9a4qh7im243slmgx38i3wxqczc0bs31xrwaf2vg1gc1zpbiw"; sha256 = "0bdgphw43m2nrgcp83j1pnxknnzahm2zmdr55hyz3jjkva7m6dpk";
}; };
checkInputs = [ pytest Rtree ]; checkInputs = [ pytest Rtree ];