diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-31 12:15:16 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-31 18:19:54 +0200 |
commit | b823110e00b10812db89b55a725f1376866df314 (patch) | |
tree | 209eef0a5fd1fff95fe83c1136452ddc50c6099f | |
parent | 41a5eb6d29be6d11a63bd04cf48890376e5a84da (diff) | |
download | guix-b823110e00b10812db89b55a725f1376866df314.tar.gz |
gnu: r-targets: Update to 1.1.3.
* gnu/packages/cran.scm (r-targets): Update to 1.1.3. [propagated-inputs]: Remove r-withr.
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 17595fd505..981533d7ee 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14631,13 +14631,13 @@ were influenced by the drake R package by Will Landau (2018) (define-public r-targets (package (name "r-targets") - (version "1.0.0") + (version "1.1.3") (source (origin (method url-fetch) (uri (cran-uri "targets" version)) (sha256 (base32 - "1bdhphck6vqcn3qnizfc8iq21bg68w2i5pv6kn53jm6x36cxrgi9")))) + "0m5sdbzyhwmfhv08b0bld4fp8vs1ga6zxy8cjpvm8amlskgxxxdm")))) (properties `((upstream-name . "targets"))) (build-system r-build-system) (propagated-inputs (list r-base64url @@ -14653,7 +14653,6 @@ were influenced by the drake R package by Will Landau (2018) r-tibble r-tidyselect r-vctrs - r-withr r-yaml)) (native-inputs (list r-knitr)) (home-page "https://docs.ropensci.org/targets/") |