diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:22 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:36 +0100 |
| commit | e2d933609207cd7640ff36305dfe9715234dfa4a (patch) | |
| tree | 8a179f31e5f9232c59aa448480da7b9bc28f3cbe /gnu | |
| parent | 9b0307a75ce172e6cf41ec2b4ae67e39385531b8 (diff) | |
gnu: r-parsnip: Update to 1.4.1.
* gnu/packages/cran.scm (r-parsnip): Update to 1.4.1.
Change-Id: I3cd9d5d00e54603a0be1a3831ae5098b947a39e9
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
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 3f18510b45..71a14bb539 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -50972,14 +50972,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.") (define-public r-parsnip (package (name "r-parsnip") - (version "1.4.0") + (version "1.4.1") (source (origin (method url-fetch) (uri (cran-uri "parsnip" version)) (sha256 (base32 - "1qknzc12027d0vk9xin63nsdi3lgpavvq2447fnn8lhkjx7g9xl8")))) + "0wnzv4qyh26a5hvg33wd49ihca4705pnlizz5774n8vshjp5rpdc")))) (properties '((upstream-name . "parsnip") ;; We don't need them. Do you really want a package depending on |
