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:
Felix Gruber 2022-08-21 13:53:30 +00:00 committed by 宋文武
parent 0337b65284
commit 4c03f62ad0
No known key found for this signature in database
GPG Key ID: D415BF253B515976

View File

@ -1211,13 +1211,13 @@ iotop, uptime, pidof, tty, taskset, pmap.")
(define-public python-shapely
(package
(name "python-shapely")
(version "1.8.2")
(version "1.8.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Shapely" version))
(sha256
(base32 "1dpbjw0w2l1r9s5drmi4cyr1yd5h2a4m9vip7qhy7mbg03azjajp"))))
(base32 "130rqd0czi128wm5pdn47v4m6czxd7pkzanbya8q48gsm8ffb5d1"))))
(build-system python-build-system)
(native-inputs
(list python-cython python-matplotlib python-pytest