diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:22:04 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:27:21 +0100 |
| commit | 1253d7a34b3fcb0e6c12985d1ed0971f50fa0104 (patch) | |
| tree | 44b4d4aac9479dc63680e850b1e9aa69de09d831 | |
| parent | 0b9c3e6f1af660791b403918df9f05cc0d74256f (diff) | |
gnu: r-pkgbuild: Update to 1.4.0.
* gnu/packages/cran.scm (r-pkgbuild): Update to 1.4.0.
[propagated-inputs]: Add r-processx.
| -rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4303b494ad..0d36efe1b0 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4470,13 +4470,13 @@ processes. Most of its code is based on the @code{psutil} Python package.") (define-public r-pkgbuild (package (name "r-pkgbuild") - (version "1.3.1") + (version "1.4.0") (source (origin (method url-fetch) (uri (cran-uri "pkgbuild" version)) (sha256 - (base32 "0j6v5nbp8kg1m3j999gd1qsbdmqcqm1mf28ngmm177miwv8q4skw")))) + (base32 "1mjyln5njbvi0k97w8az2v5klmas6pqiz68mlylfll4nr503qzrm")))) (build-system r-build-system) (propagated-inputs (list r-callr @@ -4484,6 +4484,7 @@ processes. Most of its code is based on the @code{psutil} Python package.") r-crayon r-desc r-prettyunits + r-processx r-r6 r-rprojroot r-withr)) |
