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

* gnu/packages/python.scm (python-scikit-learn): Update to 0.19.0.
This commit is contained in:
Ricardo Wurmus 2017-08-23 17:31:00 +02:00
parent cc527b5048
commit d7eea7d7ae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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