me
/
guix
Archived
1
0
Fork 0

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

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>
master
Jesse Gibbons 2019-10-11 13:16:35 -06:00 committed by Marius Bakke
parent 81a4ca08f7
commit d7e29a2b26
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View 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