diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-08-23 17:31:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-08-23 17:31:54 +0200 |
commit | d7eea7d7ae8ba2e97eadb487f1a532fa19b1f294 (patch) | |
tree | 46fa4ed485752ce50aacd242a363f5bbd261f4ee | |
parent | cc527b504817900db9598d4d68141062c0637e09 (diff) | |
download | guix-d7eea7d7ae8ba2e97eadb487f1a532fa19b1f294.tar guix-d7eea7d7ae8ba2e97eadb487f1a532fa19b1f294.tar.gz |
gnu: python-scikit-learn: Update to 0.19.0.
* gnu/packages/python.scm (python-scikit-learn): Update to 0.19.0.
-rw-r--r-- | 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 1b4d90b561..d328178638 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 |