mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: r-glmnet: Update to 4.1-6.
* gnu/packages/statistics.scm (r-glmnet): Update to 4.1-6.
This commit is contained in:
parent
b703d09864
commit
9e321cf7e0
1 changed files with 2 additions and 2 deletions
|
@ -3760,13 +3760,13 @@ (define-public r-irlba
|
|||
(define-public r-glmnet
|
||||
(package
|
||||
(name "r-glmnet")
|
||||
(version "4.1-4")
|
||||
(version "4.1-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "glmnet" version))
|
||||
(sha256
|
||||
(base32 "1y80a3b5s24ywhlil3r7b3a0vs9j59d7jkxrqa8zz09x1c5ggc7n"))))
|
||||
(base32 "0c3y9g3k0f0yclcffxzgfhfylb3py0iydhyspcjdrl44lb7cdi5y"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list gfortran r-knitr))
|
||||
|
|
Loading…
Reference in a new issue