gnu: r-projpred: Update to 2.2.0.

* gnu/packages/cran.scm (r-projpred): Update to 2.2.0.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:21 +02:00
parent da4342ff53
commit 4eabf31e36
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27592,14 +27592,14 @@ (define-public r-optimx
(define-public r-projpred
(package
(name "r-projpred")
(version "2.1.2")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "projpred" version))
(sha256
(base32
"1c6gnmknd3vb0fb5h6gd372dk27nzif90b4c1snql49wacg6b2m8"))))
"1a5hsqwcmn1w9lwjhsqw06av7cmqhwyxsil9zfrnv1396zfkpxhy"))))
(properties `((upstream-name . "projpred")))
(build-system r-build-system)
(propagated-inputs