python3Packages.geopandas: 0.12.1 → 0.12.2

This commit is contained in:
Nikolay Korotkiy 2022-12-10 23:37:19 +03:00
parent f745a5ba5d
commit 89f8ab0e19
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "geopandas";
version = "0.12.1";
version = "0.12.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "geopandas";
repo = "geopandas";
rev = "refs/tags/v${version}";
hash = "sha256-aLERNVojPgZ3Y7+CnirGvC4RfuQf+K3Oj2/0BqdorwI=";
hash = "sha256-ntOZ2WCoMz5ZpqPeupqPC3cN8mbQmEAvJGaFblu0ibY=";
};
propagatedBuildInputs = [