python37Packages.geopandas: 0.4.0 -> 0.4.1

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-03-11 09:05:56 -07:00 committed by worldofpeace
parent 1923f36042
commit c6ed0f964b

@ -4,14 +4,14 @@
buildPythonPackage rec {
pname = "geopandas";
version = "0.4.0";
version = "0.4.1";
name = pname + "-" + version;
src = fetchFromGitHub {
owner = "geopandas";
repo = "geopandas";
rev = "v${version}";
sha256 = "025zpgck5pnmidvzk0805pr345rd7k6z66qb2m34gjh1814xjkhv";
sha256 = "02v3lszxvhpsb0qrqk0kcnf9jss9gdj8az2r97aqx7ya8cwaccxa";
};
checkInputs = [ pytest Rtree ];