gnu: r-warp: Update to 0.2.1.

* gnu/packages/cran.scm (r-warp): Update to 0.2.1.

Change-Id: Iee92904e0341b7a4cfe4947e33b2d5b6c76dcab2
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:39 +01:00
parent a472decb25
commit 352ccf5122
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -35147,14 +35147,14 @@ and regression metrics (e.g., RMSE).")
(define-public r-warp
(package
(name "r-warp")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "warp" version))
(sha256
(base32
"0s0acddc5h14245hi1faycxp0fyvw6nlgaz2df7da4fpyd2f638f"))))
"1gj65kgs7x63f6y2vnv13k293b52k4afbmdlcam635h9vs8da2h2"))))
(properties `((upstream-name . "warp")))
(build-system r-build-system)
(native-inputs (list r-knitr))