diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-06-26 17:57:26 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-06-26 21:41:16 +0200 |
commit | 0578efa52108e7d041d7302c76e5c506ba49f52c (patch) | |
tree | 2508bf13fcdece560e4ad0717f668e6ef51c4fa6 /gnu/packages/geo.scm | |
parent | c585b14ae83160b7c320b4e74a3810ab5c49853a (diff) |
gnu: python-fiona: Update to 1.9.4.post1.
* gnu/packages/geo.scm (python-fiona): Update to 1.9.4.post1.
[propagated-inputs]: Remove python-munch, python-setuptools, and python-pytz;
add python-importlib-metadata.
[native-inputs]: Add python-pytz.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index bf8a036ac6..e246fa0fa6 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -843,14 +843,14 @@ projections and coordinate transformations library.") (define-public python-fiona (package (name "python-fiona") - (version "1.8.20") + (version "1.9.4.post1") (source (origin (method url-fetch) (uri (pypi-uri "Fiona" version)) (sha256 (base32 - "0fql7i7dg1xpbadmk8d26dwp91v7faixxc4wq14zg0kvhp9041d7")))) + "083120rqc4rrqzgmams0yjd8b1h4p5xm4n9fnxg064ymw3vx6yan")))) (build-system python-build-system) (arguments `(#:phases @@ -879,16 +879,13 @@ projections and coordinate transformations library.") python-click python-click-plugins python-cligj - python-munch - python-setuptools - python-six - python-pytz)) + python-importlib-metadata + python-six)) (native-inputs (list gdal ; for gdal-config python-boto3 python-cython - python-pytest - python-pytest-cov)) + python-pytest python-pytest-cov python-pytz)) (home-page "https://github.com/Toblerity/Fiona") (synopsis "Fiona reads and writes spatial data files") |