Merge pull request #267098 from imincik/geopandas-0.14.1

python3Packages.geopandas: 0.14.0 -> 0.14.1
This commit is contained in:
Robert Scott 2023-11-17 00:20:23 +00:00 committed by GitHub
commit 46d18e044a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "geopandas";
version = "0.14.0";
version = "0.14.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "geopandas";
repo = "geopandas";
rev = "refs/tags/v${version}";
hash = "sha256-lhQXYSY2JrY3+GgMnfTJugnOD/g3VjG0tgw+cEgpIP8=";
hash = "sha256-mQ13fjhtFXvUnBok5bDz+zkbgfXEUmwiv77rBpYS5oo=";
};
propagatedBuildInputs = [