[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/174: gnu: r-pkgbuild: Update to 1.4.2.
From: |
guix-commits |
Subject: |
33/174: gnu: r-pkgbuild: Update to 1.4.2. |
Date: |
Wed, 12 Jul 2023 08:31:00 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f40b72c9c1f0c07b48eba42ec313f270ded92053
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:21 2023 +0200
gnu: r-pkgbuild: Update to 1.4.2.
* gnu/packages/cran.scm (r-pkgbuild): Update to 1.4.2.
[propagated-inputs]: Remove r-withr.
---
gnu/packages/cran.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 151a0a2754..0c962d4bdc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5473,13 +5473,13 @@ processes. Most of its code is based on the
@code{psutil} Python package.")
(define-public r-pkgbuild
(package
(name "r-pkgbuild")
- (version "1.4.0")
+ (version "1.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "pkgbuild" version))
(sha256
- (base32 "1mjyln5njbvi0k97w8az2v5klmas6pqiz68mlylfll4nr503qzrm"))))
+ (base32 "1ic2zjcz29jbfwmsqsja4jjalzsz9ayac5zjz6nv482lsx2s4d13"))))
(build-system r-build-system)
(propagated-inputs
(list r-callr
@@ -5489,8 +5489,7 @@ processes. Most of its code is based on the
@code{psutil} Python package.")
r-prettyunits
r-processx
r-r6
- r-rprojroot
- r-withr))
+ r-rprojroot))
(home-page "https://github.com/r-pkgs/pkgbuild")
(synopsis "Find tools needed to build R packages")
(description
- 27/174: gnu: r-ecp: Update to 3.1.5., (continued)
- 27/174: gnu: r-ecp: Update to 3.1.5., guix-commits, 2023/07/12
- 28/174: gnu: r-readxl: Update to 1.4.3., guix-commits, 2023/07/12
- 30/174: gnu: r-curl: Update to 5.0.1., guix-commits, 2023/07/12
- 31/174: gnu: r-fastdummies: Update to 1.7.3., guix-commits, 2023/07/12
- 32/174: gnu: r-ggtern: Update to 3.4.2., guix-commits, 2023/07/12
- 36/174: gnu: r-rcppspdlog: Update to 0.0.13., guix-commits, 2023/07/12
- 38/174: gnu: r-ctrdata: Update to 1.13.3., guix-commits, 2023/07/12
- 26/174: gnu: r-ggpmisc: Update to 0.5.3., guix-commits, 2023/07/12
- 29/174: gnu: r-jsonlite: Update to 1.8.7., guix-commits, 2023/07/12
- 25/174: gnu: r-googlesheets4: Update to 1.1.1., guix-commits, 2023/07/12
- 33/174: gnu: r-pkgbuild: Update to 1.4.2.,
guix-commits <=
- 34/174: gnu: r-pkgload: Update to 1.3.2.1., guix-commits, 2023/07/12
- 35/174: gnu: r-rcpp: Update to 1.0.11., guix-commits, 2023/07/12
- 40/174: gnu: r-emdbook: Update to 1.3.13., guix-commits, 2023/07/12
- 41/174: gnu: r-psych: Update to 2.3.6., guix-commits, 2023/07/12
- 37/174: gnu: r-rcppthread: Update to 2.1.5., guix-commits, 2023/07/12
- 39/174: gnu: r-sp: Update to 2.0-0., guix-commits, 2023/07/12
- 44/174: gnu: r-mice: Update to 3.16.0., guix-commits, 2023/07/12
- 42/174: gnu: r-broom: Update to 1.0.5., guix-commits, 2023/07/12
- 43/174: gnu: r-pan: Update to 1.8., guix-commits, 2023/07/12
- 48/174: gnu: r-vctrs: Update to 0.6.3., guix-commits, 2023/07/12