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