summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-09-20 10:52:47 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-09-20 17:02:11 +0200
commitb09ba421ef37613534b8b284bea47dd666e286c2 (patch)
treef947bfd9710ad98e019062bb4755731541f12b0e /gnu
parentcd6b82cdd88c7882b9ea57b5c42d63014b1b4e87 (diff)
gnu: r-reprex: Update to 2.0.2.
* gnu/packages/cran.scm (r-reprex): Update to 2.0.2. [propagated-inputs]: Add r-lifecycle.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d201173752..d6cb7302a4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2181,14 +2181,14 @@ package is a port of the Python package @code{cssselect}.")
(define-public r-reprex
(package
(name "r-reprex")
- (version "2.0.1")
+ (version "2.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "reprex" version))
(sha256
(base32
- "09k4rasp7mz6n796dsklcbc5l7prljiznrm7fra16qybr9kqcv8f"))))
+ "14khx09yzn97xhags48lvym1g37h1l2ymvw6r1jlldhjc7i1cnx8"))))
(build-system r-build-system)
(propagated-inputs
(list r-callr
@@ -2197,6 +2197,7 @@ package is a port of the Python package @code{cssselect}.")
r-fs
r-glue
r-knitr
+ r-lifecycle
r-rlang
r-rmarkdown
r-rstudioapi