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 86bd95e3099..02733d24a5a 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.") | |||
| 49558 | (define-public r-parsnip | 49558 | (define-public r-parsnip |
| 49559 | (package | 49559 | (package |
| 49560 | (name "r-parsnip") | 49560 | (name "r-parsnip") |
| 49561 | (version "1.3.1") | 49561 | (version "1.3.2") |
| 49562 | (source | 49562 | (source |
| 49563 | (origin | 49563 | (origin |
| 49564 | (method url-fetch) | 49564 | (method url-fetch) |
| 49565 | (uri (cran-uri "parsnip" version)) | 49565 | (uri (cran-uri "parsnip" version)) |
| 49566 | (sha256 | 49566 | (sha256 |
| 49567 | (base32 | 49567 | (base32 |
| 49568 | "1wmw2p3nx32pzf1lp0sp3glay1n3n1cxpiv0bfd1l8bgikxi8ims")))) | 49568 | "1smhz12m7sc5vzsfcq5k9ff7jvqgfl91l5pv2a1ng9gq4kw5cl7v")))) |
| 49569 | (properties | 49569 | (properties |
| 49570 | '((upstream-name . "parsnip") | 49570 | '((upstream-name . "parsnip") |
| 49571 | ;; We don't need them. Do you really want a package depending on | 49571 | ;; We don't need them. Do you really want a package depending on |
