python3Packages.geopandas: 0.13.1 -> 0.13.2

This commit is contained in:
Ivan Mincik 2023-06-06 13:48:24 +02:00
parent 0621d77f89
commit 47d1a74603

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "geopandas";
version = "0.13.1";
version = "0.13.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "geopandas";
repo = "geopandas";
rev = "refs/tags/v${version}";
hash = "sha256-k9/IowWi0jABeNhAjdJqbfcxp4eNzisTqS3RKBK2p58=";
hash = "sha256-8H0IO+Oabl1ZOHHvMFHnPEyW0xH/G4wuUtkZrsP6K3k=";
};
propagatedBuildInputs = [