Merge pull request #255525 from r-ryantm/auto-update/python310Packages.geopandas

python310Packages.geopandas: 0.13.2 -> 0.14.0

authored by

Nikolay Korotkiy and committed by
GitHub
4f99000f 32658f90

+2 -2
+2 -2
pkgs/development/python-modules/geopandas/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "geopandas"; 17 - version = "0.13.2"; 17 + version = "0.14.0"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 23 23 owner = "geopandas"; 24 24 repo = "geopandas"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-8H0IO+Oabl1ZOHHvMFHnPEyW0xH/G4wuUtkZrsP6K3k="; 26 + hash = "sha256-lhQXYSY2JrY3+GgMnfTJugnOD/g3VjG0tgw+cEgpIP8="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [