summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 09:22:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:35 +0100
commit5cd16f92ac374c6c92c70dc29e1862e121dc6527 (patch)
tree2b0da87c067177b67e3a885ee1527c288bea6914 /gnu
parentf48d7d0376e98480de528e06bf05a9d5b662d46c (diff)
gnu: python-geopandas: Update to 1.1.4.
* gnu/packages/geo.scm (python-geopandas): Update to 1.1.4. [source] <snippet>: Delete versioneer.py file. [native-inputs]: Add python-versioneer.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/geo.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 13d46a4bd28..7c0de4f8189 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1316,7 +1316,7 @@ readily with other Python GIS packages such as pyproj, Rtree, and Shapely.")
1316(define-public python-geopandas 1316(define-public python-geopandas
1317 (package 1317 (package
1318 (name "python-geopandas") 1318 (name "python-geopandas")
1319 (version "1.1.3") 1319 (version "1.1.4")
1320 (source 1320 (source
1321 (origin 1321 (origin
1322 (method git-fetch) 1322 (method git-fetch)
@@ -1325,7 +1325,8 @@ readily with other Python GIS packages such as pyproj, Rtree, and Shapely.")
1325 (commit (string-append "v" version)))) 1325 (commit (string-append "v" version))))
1326 (file-name (git-file-name name version)) 1326 (file-name (git-file-name name version))
1327 (sha256 1327 (sha256
1328 (base32 "1p584nc6h2bnr8nmfffc4dl447i2zkh6wmvalcmbm8v04slriqci")))) 1328 (base32 "14lbxcmn4zr9vxbg5vlhfr2ng9ybz8fb3xl9dpgj3fkq80m18agb"))
1329 (snippet #~(delete-file "versioneer.py"))))
1329 (build-system pyproject-build-system) 1330 (build-system pyproject-build-system)
1330 (arguments 1331 (arguments
1331 (list 1332 (list
@@ -1354,6 +1355,7 @@ readily with other Python GIS packages such as pyproj, Rtree, and Shapely.")
1354 (list python-pytest 1355 (list python-pytest
1355 python-pytest-xdist 1356 python-pytest-xdist
1356 python-setuptools 1357 python-setuptools
1358 python-versioneer
1357 tzdata-for-tests)) 1359 tzdata-for-tests))
1358 (home-page "https://geopandas.org") 1360 (home-page "https://geopandas.org")
1359 (synopsis "Geographic pandas extensions") 1361 (synopsis "Geographic pandas extensions")