mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-shapely: Update to 2.0.5.
* gnu/packages/python-xyz.scm (python-shapely): Update to 2.0.5. Change-Id: Ia5a49492a5bf02e514d8f3524dc3c26227660901
This commit is contained in:
parent
8c7ae6f858
commit
700fedf944
1 changed files with 2 additions and 2 deletions
|
@ -2607,13 +2607,13 @@ with Numpy and SciPy.")
|
|||
(define-public python-shapely
|
||||
(package
|
||||
(name "python-shapely")
|
||||
(version "2.0.2")
|
||||
(version "2.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "shapely" version))
|
||||
(sha256
|
||||
(base32 "1rs90q4ys5cav0hz1dq72wq2mk4aqlqqbfjrnb2zzfkiq42cq4qp"))))
|
||||
(base32 "0cpyziixzdj7xqkya4k6fwr0qmrw8k84fsrx6p5sdgw6qxmkdwmz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue