gnu: r-glmnet: Update to 4.1.
* gnu/packages/statistics.scm (r-glmnet): Update to 4.1.
This commit is contained in:
parent
770cf0759c
commit
ef921c3db7
1 changed files with 2 additions and 2 deletions
|
@ -3277,13 +3277,13 @@ (define-public r-irlba
|
|||
(define-public r-glmnet
|
||||
(package
|
||||
(name "r-glmnet")
|
||||
(version "4.0-2")
|
||||
(version "4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "glmnet" version))
|
||||
(sha256
|
||||
(base32 "0qdswxvdwjcnw0by15p9yfzw8laq4f2j0ivpma6q8c5zywldpxxc"))))
|
||||
(base32 "1js01qnznm20h4pslaw1ragxhrzk0w4nw7r6ryg7i27l344za2lg"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)
|
||||
|
|
Loading…
Reference in a new issue