mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: python-xyzservices: Update to 2025.4.0.
* gnu/packages/python-xyz.scm (python-xyzservices): Update to 2025.4.0. [native-inputs]: Remove python-wheel; add python-setuptools-scm. Change-Id: I87436dc57b8348186562cebbddc50f6769e8be31
This commit is contained in:
parent
d0753b236b
commit
abf88791ea
1 changed files with 3 additions and 3 deletions
|
|
@ -31605,13 +31605,13 @@ translating between quadkey and tile coordinates.")
|
|||
(define-public python-xyzservices
|
||||
(package
|
||||
(name "python-xyzservices")
|
||||
(version "2022.4.0")
|
||||
(version "2025.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "xyzservices" version))
|
||||
(sha256
|
||||
(base32 "1paxv4i0dws85md7csv7pf80jl3xh792mx8rxnsrk61ks3ivbsyg"))))
|
||||
(base32 "1n096zg9bd4n6w6axcm16m9sxdkc6qy1mipva0scbyj86rqn9rvg"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -31621,7 +31621,7 @@ translating between quadkey and tile coordinates.")
|
|||
python-mercantile
|
||||
python-requests
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
python-setuptools-scm))
|
||||
(home-page "https://github.com/geopandas/xyzservices")
|
||||
(synopsis "Source of XYZ tiles providers")
|
||||
(description "@code{xyzservices} is a lightweight library providing a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue