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

* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.19.1.
This commit is contained in:
Tobias Geerinckx-Rice 2017-11-27 23:49:55 +01:00
parent 8d7f1d7368
commit d3cdb25d17
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -611,7 +611,7 @@ computing environments.")
(define-public python-scikit-learn (define-public python-scikit-learn
(package (package
(name "python-scikit-learn") (name "python-scikit-learn")
(version "0.19.0") (version "0.19.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -621,7 +621,7 @@ computing environments.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0g7q4ri75mj93wpa9bp83a3jmrf3dm5va9h7k4zkbcxr6bgqka15")))) "18n8775kyfwbvcjjjzda9c5sqy4737c0hrmj6qj1ps2jmlqzair9"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases