python3Packages.geopandas: 0.12.0 → 0.12.1

This commit is contained in:
Nikolay Korotkiy 2022-10-29 11:03:17 +03:00
parent ed236e542f
commit 08c4eb3143
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.0";
version = "0.12.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "geopandas";
repo = "geopandas";
rev = "refs/tags/v${version}";
hash = "sha256-pMboKhwlueRjpbukF9u+yy9jlu0ikA1vQ08n7V2C7wo=";
hash = "sha256-aLERNVojPgZ3Y7+CnirGvC4RfuQf+K3Oj2/0BqdorwI=";
};
propagatedBuildInputs = [