[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: |
Tue, 11 Jul 2023 14:48:04 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 94b6aa5cae7577de399d99825cfff2ae20ffa0ec
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
- 125/174: gnu: r-rstudioapi: Update to 0.15.0., (continued)
- 125/174: gnu: r-rstudioapi: Update to 0.15.0., guix-commits, 2023/07/11
- 112/174: gnu: r-paws-machine-learning: Update to 0.3.0., guix-commits, 2023/07/11
- 128/174: gnu: r-mvtnorm: Update to 1.2-2., guix-commits, 2023/07/11
- 117/174: gnu: r-paws-compute: Update to 0.3.1., guix-commits, 2023/07/11
- 133/174: gnu: r-pbapply: Update to 1.7-2., guix-commits, 2023/07/11
- 148/174: gnu: r-genomeinfodb: Update to 1.36.1., guix-commits, 2023/07/11
- 150/174: gnu: r-biomart: Update to 2.56.1., guix-commits, 2023/07/11
- 173/174: gnu: r-bionero: Update to 1.8.5., guix-commits, 2023/07/11
- 152/174: gnu: r-genomicfeatures: Update to 1.52.1., guix-commits, 2023/07/11
- 147/174: gnu: r-annotationdbi: Update to 1.62.2., guix-commits, 2023/07/11
- 33/174: gnu: r-pkgbuild: Update to 1.4.2.,
guix-commits <=
- 46/174: gnu: r-processx: Update to 3.8.2., guix-commits, 2023/07/11
- 58/174: gnu: r-qualv: Update to 0.3-5., guix-commits, 2023/07/11
- 61/174: gnu: r-tarchetypes: Update to 0.7.7., guix-commits, 2023/07/11
- 65/174: gnu: r-ggeffects: Update to 1.2.3., guix-commits, 2023/07/11
- 69/174: gnu: r-admisc: Update to 0.33., guix-commits, 2023/07/11
- 70/174: gnu: r-kohonen: Update to 3.0.12., guix-commits, 2023/07/11
- 74/174: gnu: r-spdata: Update to 2.3.0., guix-commits, 2023/07/11
- 73/174: gnu: r-remacor: Update to 0.0.16., guix-commits, 2023/07/11
- 80/174: gnu: r-uwot: Update to 0.1.16., guix-commits, 2023/07/11
- 79/174: gnu: r-styler: Update to 1.10.1., guix-commits, 2023/07/11