me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-glmnet): Update to 4.1-8.
Ricardo Wurmus 2023-08-28 14:21:14 +02:00
parent 1bed7fc281
commit 130eae02a6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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