gnu: r-projpred: Update to 2.2.1.

* gnu/packages/cran.scm (r-projpred): Update to 2.2.1.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:51 +01:00
parent 7520472a6e
commit b718ae9b0c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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