diff options
author | Felix Gruber <felgru@posteo.net> | 2021-12-31 15:42:19 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-15 23:27:34 +0100 |
commit | f777c156e08f6f86732d109425d9204520c167b3 (patch) | |
tree | 6f157b7c424282a5f2908a807d5f366975a3d1ef /gnu/packages/geo.scm | |
parent | 63d7e31f209d2d5d4e0c849c19b88cd9167d0419 (diff) |
gnu: python-geopandas: Update to 0.10.2.
* gnu/packages/geo.scm (python-geopandas): Update to 0.10.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index fbe63ce184..2e253e081a 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -691,14 +691,14 @@ pyproj, Rtree, and Shapely.") (define-public python-geopandas (package (name "python-geopandas") - (version "0.9.0") + (version "0.10.2") (source (origin (method url-fetch) (uri (pypi-uri "geopandas" version)) (sha256 (base32 - "02k389zyyjv51gd09c92vlr83sv46awdq0066jgh5i24vjs2m5v3")))) + "1nvim2i47ap1zdwy6kxydskf1cir5g4ij8124wvmrqij0zklggzg")))) (build-system python-build-system) (arguments '(#:phases |