gnu: r-glmnet: Update to 3.0-2.
* gnu/packages/statistics.scm (r-glmnet): Update to 3.0-2.
This commit is contained in:
parent
468fb90fdd
commit
155d48f6c6
1 changed files with 2 additions and 2 deletions
|
@ -3207,13 +3207,13 @@ (define-public r-irlba
|
|||
(define-public r-glmnet
|
||||
(package
|
||||
(name "r-glmnet")
|
||||
(version "3.0-1")
|
||||
(version "3.0-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "glmnet" version))
|
||||
(sha256
|
||||
(base32 "04wa926mnss53p1fhx0mjgxnmwmmqls12sc0sy7w09kbmyqa3fq7"))))
|
||||
(base32 "0b3nnfzp8dxcdkvxr0yvy6d58yk3xg4kz1wqa42bxqppbakmd2gl"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
|
|
Loading…
Reference in a new issue