[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/14: gnu: python-scikit-image: Update to 0.17.2.
From: |
guix-commits |
Subject: |
08/14: gnu: python-scikit-image: Update to 0.17.2. |
Date: |
Tue, 23 Jun 2020 17:30:24 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4be49afabd71b8508b46ebc702fdfa956261955d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 23 17:12:39 2020 +0200
gnu: python-scikit-image: Update to 0.17.2.
* gnu/packages/python-science.scm (python-scikit-image): Update to 0.17.2.
---
gnu/packages/python-science.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 9348894..8a15a28 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -201,13 +201,13 @@ Cython.")
(define-public python-scikit-image
(package
(name "python-scikit-image")
- (version "0.14.2")
+ (version "0.17.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "scikit-image" version))
(sha256
- (base32 "07qchljkyxvg5nrm12fvszi7pmjk4m01qp0w0z8syxzxxs20pz8s"))))
+ (base32 "1cyqqbcbrg3prc36wis0sm3q5rjhd7h9bp33jwfyixzhi02lr5dx"))))
(build-system python-build-system)
(arguments
;; TODO: Some tests require running X11 server. Disable them?
- branch master updated (a864d40 -> 501d89d), guix-commits, 2020/06/23
- 03/14: gnu: python-flake8: Update to 3.8.3., guix-commits, 2020/06/23
- 02/14: gnu: python-utils: Update to 2.4.0., guix-commits, 2020/06/23
- 01/14: gnu: python-pytest-flakes: Update to 4.0.0., guix-commits, 2020/06/23
- 06/14: gnu: Add python-progressbar2., guix-commits, 2020/06/23
- 08/14: gnu: python-scikit-image: Update to 0.17.2.,
guix-commits <=
- 07/14: gnu: python-gridmap: Update to 0.14.0., guix-commits, 2020/06/23
- 09/14: gnu: Add python-msgpack-numpy., guix-commits, 2020/06/23
- 12/14: gnu: Add python-lfdfiles., guix-commits, 2020/06/23
- 10/14: gnu: Add python-roifile., guix-commits, 2020/06/23
- 14/14: gnu: python-pywavelets: Update to 1.1.1., guix-commits, 2020/06/23
- 04/14: gnu: python-pyflakes: Update to 2.2.0., guix-commits, 2020/06/23
- 05/14: gnu: python-pycodestyle: Update to 2.6.0., guix-commits, 2020/06/23
- 13/14: gnu: Add python-imageio., guix-commits, 2020/06/23
- 11/14: gnu: Add python-tifffile., guix-commits, 2020/06/23