guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-scikit-learn: Update to 0.19.0.


From: Ricardo Wurmus
Subject: 01/01: gnu: python-scikit-learn: Update to 0.19.0.
Date: Wed, 23 Aug 2017 11:32:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d7eea7d7ae8ba2e97eadb487f1a532fa19b1f294
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 23 17:31:00 2017 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1b4d90b..d328178 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3473,7 +3473,7 @@ and is very extensible.")
 (define-public python-scikit-learn
   (package
     (name "python-scikit-learn")
-    (version "0.18.1")
+    (version "0.19.0")
     (source
      (origin
        (method url-fetch)
@@ -3483,7 +3483,7 @@ and is very extensible.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1hwswckdmd27f7k1jvwdc0m4mqrgxl2s245yq1scq34v124bjqgq"))))
+         "0g7q4ri75mj93wpa9bp83a3jmrf3dm5va9h7k4zkbcxr6bgqka15"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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