python310Packages.geopandas: 0.11.0 -> 0.11.1

This commit is contained in:
Fabian Affolter 2022-09-25 23:34:28 +02:00
parent 381a38953f
commit 924005575b

View file

@ -14,7 +14,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "geopandas"; pname = "geopandas";
version = "0.11.0"; version = "0.11.1";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "geopandas"; owner = "geopandas";
repo = "geopandas"; repo = "geopandas";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-w3F2Uqr/+DdG2Td5YmHdF/LII2y29rQkGK5ooMUcfRk="; hash = "sha256-vL+zC8q7bif5pheq6pz7XRfzMKLaLQ0xDceTz0imw/E=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [