me
/
guix
Archived
1
0
Fork 0

gnu: r-glmnet: Update to 4.1-7.

* gnu/packages/statistics.scm (r-glmnet): Update to 4.1-7.
master
Ricardo Wurmus 2023-03-30 17:56:42 +02:00
parent 5f416aa0e4
commit 042dc3b65d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3801,13 +3801,13 @@ analysis of large sparse or dense matrices.")
(define-public r-glmnet
(package
(name "r-glmnet")
(version "4.1-6")
(version "4.1-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "glmnet" version))
(sha256
(base32 "0c3y9g3k0f0yclcffxzgfhfylb3py0iydhyspcjdrl44lb7cdi5y"))))
(base32 "1a7af2658z9fmx0rcdx401lj86q73qkvsvlfnrp2bw4xv43bd85k"))))
(build-system r-build-system)
(native-inputs
(list gfortran r-knitr))