guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-scikit-learn: Update to 0.16.1.


From: Ricardo Wurmus
Subject: 05/05: gnu: python-scikit-learn: Update to 0.16.1.
Date: Mon, 15 Jun 2015 08:36:52 +0000

rekado pushed a commit to branch master
in repository guix.

commit be0a4c261e9f04bed9b3f7b23e5fa827ae53cfde
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 12 15:39:40 2015 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fcd43d2..d503c78 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2068,7 +2068,7 @@ sources.")
 (define-public python-scikit-learn
   (package
     (name "python-scikit-learn")
-    (version "0.15.2")
+    (version "0.16.1")
     (source
      (origin
        (method url-fetch)
@@ -2077,7 +2077,7 @@ sources.")
              version ".tar.gz"))
        (sha256
         (base32
-         "1rb93h2q15f219sz60sczjb65rg70xjmnp0q4pkkaairx5s05q55"))))
+         "140skabifgc7lvvj873pnzlwx0ni6q8qkrsyad2ccjb3h8rxzkih"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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