mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-reprex: Update to 2.0.2.
* gnu/packages/cran.scm (r-reprex): Update to 2.0.2. [propagated-inputs]: Add r-lifecycle.
This commit is contained in:
parent
cd6b82cdd8
commit
b09ba421ef
1 changed files with 3 additions and 2 deletions
|
@ -2181,14 +2181,14 @@ (define-public r-selectr
|
||||||
(define-public r-reprex
|
(define-public r-reprex
|
||||||
(package
|
(package
|
||||||
(name "r-reprex")
|
(name "r-reprex")
|
||||||
(version "2.0.1")
|
(version "2.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "reprex" version))
|
(uri (cran-uri "reprex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09k4rasp7mz6n796dsklcbc5l7prljiznrm7fra16qybr9kqcv8f"))))
|
"14khx09yzn97xhags48lvym1g37h1l2ymvw6r1jlldhjc7i1cnx8"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-callr
|
(list r-callr
|
||||||
|
@ -2197,6 +2197,7 @@ (define-public r-reprex
|
||||||
r-fs
|
r-fs
|
||||||
r-glue
|
r-glue
|
||||||
r-knitr
|
r-knitr
|
||||||
|
r-lifecycle
|
||||||
r-rlang
|
r-rlang
|
||||||
r-rmarkdown
|
r-rmarkdown
|
||||||
r-rstudioapi
|
r-rstudioapi
|
||||||
|
|
Loading…
Reference in a new issue