diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-05-21 06:15:21 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-05-28 12:13:56 +0200 |
| commit | 174b60d152978a7772eb38340d6f980a1f534ecb (patch) | |
| tree | cb645c53784c4cbc5d91e354bbf5b803d72e5728 | |
| parent | da647acb5630efa8f9744dd0d5e9c74d5c4e4a53 (diff) | |
gnu: r-parsnip: Update to 1.6.0.
* gnu/packages/cran.scm (r-parsnip): Update to 1.6.0.
Change-Id: I91c6a5374ec8642af2557751c75fa393cae8d675
| -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 341d5d0ad94..bf63feb626f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -54062,14 +54062,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.") | |||
| 54062 | (define-public r-parsnip | 54062 | (define-public r-parsnip |
| 54063 | (package | 54063 | (package |
| 54064 | (name "r-parsnip") | 54064 | (name "r-parsnip") |
| 54065 | (version "1.5.0") | 54065 | (version "1.6.0") |
| 54066 | (source | 54066 | (source |
| 54067 | (origin | 54067 | (origin |
| 54068 | (method url-fetch) | 54068 | (method url-fetch) |
| 54069 | (uri (cran-uri "parsnip" version)) | 54069 | (uri (cran-uri "parsnip" version)) |
| 54070 | (sha256 | 54070 | (sha256 |
| 54071 | (base32 | 54071 | (base32 |
| 54072 | "1iwh7m6dm23awks4bkfqmswrmb78cjwr8h94vdkslsgifcni2cfg")))) | 54072 | "08xd54wvvwd8caqxwfk5xhr7dp2czclivkm0wblzfswjcywi6f3z")))) |
| 54073 | (properties | 54073 | (properties |
| 54074 | '((upstream-name . "parsnip") | 54074 | '((upstream-name . "parsnip") |
| 54075 | ;; We don't need them. Do you really want a package depending on | 54075 | ;; We don't need them. Do you really want a package depending on |
