diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-16 23:19:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-16 23:25:08 +0100 |
commit | a303a40f635f28eff4ef3a0812cd9eac19f087f2 (patch) | |
tree | 84bdfb15da7e2fcf24f04732e848142c3ff873a3 /gnu | |
parent | 397749c9bf60e24953fc4b3991ec9b01ec7f307e (diff) |
gnu: r-parsnip: Update to 1.2.0.
* gnu/packages/cran.scm (r-parsnip): Update to 1.2.0.
Change-Id: I17b4098f845cd3ed02c37f9796af382755363913
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 7b47996493..bcb5ab4964 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36237,14 +36237,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.") (define-public r-parsnip (package (name "r-parsnip") - (version "1.1.1") + (version "1.2.0") (source (origin (method url-fetch) (uri (cran-uri "parsnip" version)) (sha256 (base32 - "1j0bkmv2m4rxmnpq3rqha5jccjxai11m5392hb4dgzni7in36h92")))) + "1wggqsvfl2kg8hx9ci6g0fsm2dw9lw6fs7kfy7sdqx6qd7r8bak0")))) (properties `((upstream-name . "parsnip"))) (build-system r-build-system) (propagated-inputs |