gnu: python-shapely: Update to 1.8.4.
* gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
0337b65284
commit
4c03f62ad0
1 changed files with 2 additions and 2 deletions
|
@ -1211,13 +1211,13 @@ iotop, uptime, pidof, tty, taskset, pmap.")
|
||||||
(define-public python-shapely
|
(define-public python-shapely
|
||||||
(package
|
(package
|
||||||
(name "python-shapely")
|
(name "python-shapely")
|
||||||
(version "1.8.2")
|
(version "1.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Shapely" version))
|
(uri (pypi-uri "Shapely" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dpbjw0w2l1r9s5drmi4cyr1yd5h2a4m9vip7qhy7mbg03azjajp"))))
|
(base32 "130rqd0czi128wm5pdn47v4m6czxd7pkzanbya8q48gsm8ffb5d1"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython python-matplotlib python-pytest
|
(list python-cython python-matplotlib python-pytest
|
||||||
|
|
Reference in a new issue