gnu: python-shapely: Update to 1.6.4.post2.

* gnu/packages/python-xyz.scm (python-shapely): Update to 1.6.4.post2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Brett Gilio 2019-05-24 19:10:03 -05:00 committed by Marius Bakke
parent 7abf3cbf71
commit 6d94465b4e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -193,14 +193,14 @@ (define-public python2-psutil
(define-public python-shapely (define-public python-shapely
(package (package
(name "python-shapely") (name "python-shapely")
(version "1.6.3") (version "1.6.4.post2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Shapely" version)) (uri (pypi-uri "Shapely" version))
(sha256 (sha256
(base32 (base32
"0svc58dzcw9gj92b4sgq35sdxkf85z0qwlzxarkzq4bp3h8jy58l")))) "03r42fmd9alp6r3q95ad6rldq2f7n1wimrw53zy5kpn33yv7pf64"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-cython" ,python-cython) `(("python-cython" ,python-cython)