diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-31 09:11:23 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-31 23:46:21 +0200 |
commit | cd31054c450eed97eececae4f34e35628a1d926b (patch) | |
tree | c76a65bdb532a3e125e38b223eb39aaa3036d331 | |
parent | e3162e1d5c6bfa76891a3aa6bb86357e8f725fe6 (diff) |
gnu: r-parsnip: Update to 1.3.2.
* gnu/packages/cran.scm (r-parsnip): Update to 1.3.2.
Change-Id: Idcb3f0fd63cac4236d7b1a2bb9be71732880bbdc
-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 86bd95e309..02733d24a5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -49558,14 +49558,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.") (define-public r-parsnip (package (name "r-parsnip") - (version "1.3.1") + (version "1.3.2") (source (origin (method url-fetch) (uri (cran-uri "parsnip" version)) (sha256 (base32 - "1wmw2p3nx32pzf1lp0sp3glay1n3n1cxpiv0bfd1l8bgikxi8ims")))) + "1smhz12m7sc5vzsfcq5k9ff7jvqgfl91l5pv2a1ng9gq4kw5cl7v")))) (properties '((upstream-name . "parsnip") ;; We don't need them. Do you really want a package depending on |