gnu: python-scikit-image: Update to 0.17.2.
* gnu/packages/python-science.scm (python-scikit-image): Update to 0.17.2.master
parent
83c116563d
commit
4be49afabd
|
@ -201,13 +201,13 @@ Cython.")
|
||||||
(define-public python-scikit-image
|
(define-public python-scikit-image
|
||||||
(package
|
(package
|
||||||
(name "python-scikit-image")
|
(name "python-scikit-image")
|
||||||
(version "0.14.2")
|
(version "0.17.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "scikit-image" version))
|
(uri (pypi-uri "scikit-image" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07qchljkyxvg5nrm12fvszi7pmjk4m01qp0w0z8syxzxxs20pz8s"))))
|
(base32 "1cyqqbcbrg3prc36wis0sm3q5rjhd7h9bp33jwfyixzhi02lr5dx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: Some tests require running X11 server. Disable them?
|
;; TODO: Some tests require running X11 server. Disable them?
|
||||||
|
|
Reference in New Issue