diff options
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 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 |
