guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: python-scikit-image: Update to 0.14.2.


From: guix-commits
Subject: 09/09: gnu: python-scikit-image: Update to 0.14.2.
Date: Thu, 21 Feb 2019 20:49:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9ff0408413257f112deadaaa2253c2c4fbe500e4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 22 02:14:58 2019 +0100

    gnu: python-scikit-image: Update to 0.14.2.
    
    * gnu/packages/python-xyz.scm (python-scikit-image): Update to 0.14.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6242141..133070c 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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]