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

python310Packages.geopandas: 0.14.1 -> 0.14.2
This commit is contained in:
Nikolay Korotkiy
2024-01-10 23:05:26 +04:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "geopandas";
version = "0.14.1";
version = "0.14.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "geopandas";
repo = "geopandas";
rev = "refs/tags/v${version}";
hash = "sha256-mQ13fjhtFXvUnBok5bDz+zkbgfXEUmwiv77rBpYS5oo=";
hash = "sha256-E4J6VBKPwyQ4IVVClLzNoI//oxlymY+KE6ALaENWwOg=";
};
propagatedBuildInputs = [