3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.geopandas: 0.5.1 -> 0.6.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-geopandas/versions
This commit is contained in:
R. RyanTM 2019-10-07 22:25:56 -07:00
parent 3dc58eda52
commit d4af2fe8b1

View file

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