gnu: python-scikit-learn: Update to 0.20.4.
authorJesse Gibbons <jgibbons2357+guix@gmail.com>
Fri, 11 Oct 2019 19:16:35 +0000 (13:16 -0600)
committerMarius Bakke <mbakke@fastmail.com>
Sat, 12 Oct 2019 11:33:33 +0000 (13:33 +0200)
Fixes <https://bugs.gnu.org/37705>.

* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.20.4.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu/packages/machine-learning.scm

index b1fd2a4..3a40d9c 100644 (file)
@@ -794,7 +794,7 @@ computing environments.")
 (define-public python-scikit-learn
   (package
     (name "python-scikit-learn")
-    (version "0.20.3")
+    (version "0.20.4")
     (source
      (origin
        (method git-fetch)
@@ -804,7 +804,7 @@ computing environments.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "08aaby5zphfxy83mggg35bwyka7wk91l2qijh8kk0bl08dikq8dl"))))
+         "08zbzi8yx5wdlxfx9jap61vg1malc9ajf576w7a0liv6jvvrxlpj"))))
     (build-system python-build-system)
     (arguments
      `(#:phases