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

* gnu/packages/python.scm (python-scikit-learn): Update to 0.16.1.
master
Ricardo Wurmus 2015-06-12 15:39:40 +02:00
parent a98c6eccf8
commit be0a4c261e
1 changed files with 2 additions and 2 deletions

View File

@ -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