python310Packages.geopandas: 0.12.2 -> 0.13.0

This commit is contained in:
R. Ryantm 2023-05-19 05:41:33 +00:00
parent 2a49ffd158
commit c2ab94c9e3

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "geopandas";
version = "0.12.2";
version = "0.13.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "geopandas";
repo = "geopandas";
rev = "refs/tags/v${version}";
hash = "sha256-ntOZ2WCoMz5ZpqPeupqPC3cN8mbQmEAvJGaFblu0ibY=";
hash = "sha256-GYEd679EX+gyGb2fpfyrJlGYPduc+W7I2tjTHegyWi8=";
};
propagatedBuildInputs = [