[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/29: gnu: r-ctrdata: Update to 1.14.0.
From: |
guix-commits |
Subject: |
08/29: gnu: r-ctrdata: Update to 1.14.0. |
Date: |
Mon, 17 Jul 2023 09:00:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b23bfb6de51d9fb1f52abfff81d8b4dcc99d3000
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 17 14:19:52 2023 +0200
gnu: r-ctrdata: Update to 1.14.0.
* gnu/packages/cran.scm (r-ctrdata): Update to 1.14.0.
[propagated-inputs]: Add r-dplyr.
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b796971b95..c8f384210e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5881,18 +5881,19 @@ graphics packages that comes with the base
installation.")
(define-public r-ctrdata
(package
(name "r-ctrdata")
- (version "1.13.3")
+ (version "1.14.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ctrdata" version))
(sha256
(base32
- "15vs8b2jxap5ya59n6pdby1p89hd0y0b4say72q6icxsjzzj979z"))))
+ "0x5dpph62s7dwfs0y4gd73zzbil9cr1y5q8mpn9m7z2gdr67wk1c"))))
(properties `((upstream-name . "ctrdata")))
(build-system r-build-system)
(propagated-inputs
(list r-clipr
r-curl
+ r-dplyr
r-httr
r-jqr
r-jsonlite
- branch master updated (ad08f9331f -> ad457d0114), guix-commits, 2023/07/17
- 02/29: gnu: r-openssl: Update to 2.1.0., guix-commits, 2023/07/17
- 05/29: gnu: r-sass: Update to 0.4.7., guix-commits, 2023/07/17
- 10/29: gnu: r-rcppalgos: Update to 2.8.0., guix-commits, 2023/07/17
- 03/29: gnu: r-babelwhale: Update to 1.2.0., guix-commits, 2023/07/17
- 06/29: gnu: r-gensa: Update to 1.1.9., guix-commits, 2023/07/17
- 07/29: gnu: r-rcppspdlog: Update to 0.0.14., guix-commits, 2023/07/17
- 08/29: gnu: r-ctrdata: Update to 1.14.0.,
guix-commits <=
- 01/29: scripts/refresh: Remove column from spec line before sorting., guix-commits, 2023/07/17
- 04/29: gnu: r-ggpp: Update to 0.5.3., guix-commits, 2023/07/17
- 09/29: gnu: r-doby: Update to 4.6.17., guix-commits, 2023/07/17
- 13/29: gnu: r-sf: Update to 1.0-14., guix-commits, 2023/07/17
- 12/29: gnu: r-longdat: Update to 1.1.2., guix-commits, 2023/07/17
- 15/29: gnu: r-seewave: Update to 2.2.1., guix-commits, 2023/07/17
- 14/29: gnu: r-sccore: Update to 1.0.4., guix-commits, 2023/07/17
- 16/29: gnu: r-stars: Update to 0.6-2., guix-commits, 2023/07/17
- 17/29: gnu: r-ggh4x: Update to 0.2.5., guix-commits, 2023/07/17
- 11/29: gnu: r-tidytree: Update to 0.4.4., guix-commits, 2023/07/17