me
/
guix
Archived
1
0
Fork 0

gnu: r-projpred: Update to 2.1.2.

* gnu/packages/cran.scm (r-projpred): Update to 2.1.2.
master
Ricardo Wurmus 2022-05-28 08:30:45 +02:00
parent 56a48826ef
commit b93b7211d2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -26548,14 +26548,14 @@ here.")
(define-public r-projpred
(package
(name "r-projpred")
(version "2.1.1")
(version "2.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "projpred" version))
(sha256
(base32
"170pskvcsyk22xl4q8mklx8nw29miqzb42wajcab7bki8ap1ix46"))))
"1c6gnmknd3vb0fb5h6gd372dk27nzif90b4c1snql49wacg6b2m8"))))
(properties `((upstream-name . "projpred")))
(build-system r-build-system)
(propagated-inputs