aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6242141139..133070c33a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2766,13 +2766,13 @@ and is very extensible.")
(define-public python-scikit-image
(package
(name "python-scikit-image")
- (version "0.14.1")
+ (version "0.14.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "scikit-image" version))
(sha256
- (base32 "0l1c3rl4s1jyv80i5hns4pgih09zrxfj7lygdc51w8sgyysb7ac6"))))
+ (base32 "07qchljkyxvg5nrm12fvszi7pmjk4m01qp0w0z8syxzxxs20pz8s"))))
(build-system python-build-system)
(arguments
;; TODO: Some tests require running X11 server. Disable them?
017-02-01gnu: libevent: Update to 2.1.8 [security fixes]....Marius Bakke 2016-12-09gnu: libev: Update to 4.23....Marius Bakke 2016-04-27gnu: libuv: Update to 1.9.0....David Thompson 2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost 2016-04-07gnu: libuv: Update to 1.8.0....David Thompson 2016-03-11gnu: libevent: Update to 2.0.22 [fixes CVE-2015-6525]....Ludovic Courtès 2015-12-25gnu: libev: Update source URL....Leo Famulari 2015-08-23gnu: Add libev....Eric Dvorsak 2015-03-04gnu: Move 'which' to (gnu packages base)....Ludovic Courtès 2015-03-02gnu: libuv: Update to 1.4.2....Mark H Weaver 2015-01-07gnu: Make libtool and libltdl completely separate....Ludovic Courtès 2014-10-26gnu: Some cleanup based on lint checkers....Eric Bavier 2014-05-16gnu: Add libuv....Ludovic Courtès 2013-10-09gnu: Use the 'patches' field of <origin>....Ludovic Courtès 2013-09-03gnu: python: Replace input python by python-wrapper....Andreas Enge 2013-01-20gnu: Add libevent....Ludovic Courtès