mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-geojson: Update to 3.2.0.
* gnu/packages/python-xyz.scm (python-geojson): Update to 3.2.0. [native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I22d1f189732d56f0d02727d73cdbcdd2b79b42f4
This commit is contained in:
parent
f3598bc62c
commit
cfb0a3c71e
1 changed files with 3 additions and 3 deletions
|
@ -18108,15 +18108,15 @@ asyncio.")
|
||||||
(define-public python-geojson
|
(define-public python-geojson
|
||||||
(package
|
(package
|
||||||
(name "python-geojson")
|
(name "python-geojson")
|
||||||
(version "3.1.0")
|
(version "3.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "geojson" version))
|
(uri (pypi-uri "geojson" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1b5df7skx3906046j12yjv8gdbcy17q9y3lbqbpmi83yf90gm9sq"))))
|
(base32 "00s9h22vs4ppncwg3a0gh90czb2dd6d99qznypw72vwc3sxblq5q"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs (list python-pytest python-setuptools))
|
||||||
(home-page "https://github.com/jazzband/geojson")
|
(home-page "https://github.com/jazzband/geojson")
|
||||||
(synopsis "Python bindings and utilities for GeoJSON")
|
(synopsis "Python bindings and utilities for GeoJSON")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue