gnu: r-glmnet: Update to 2.0-18.

* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-18.
master
Ricardo Wurmus 2019-05-20 15:08:24 +02:00
parent 87393c796e
commit ce7a966295
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3237,14 +3237,14 @@ analysis of large sparse or dense matrices.")
(define-public r-glmnet
(package
(name "r-glmnet")
(version "2.0-16")
(version "2.0-18")
(source
(origin
(method url-fetch)
(uri (cran-uri "glmnet" version))
(sha256
(base32
"1brr51z1fzbpyj6myyir4g6dhbp6xwl7nx4xnvrjarnf5y0csk55"))))
"0sr5akaiaab1sdh9c8gfmc4kp9b4vqhd90d9ig0rqpqhp3bykp78"))))
(build-system r-build-system)
(inputs
`(("gfortran" ,gfortran)))