rekado pushed a commit to branch master
in repository guix.
commit 332502ff88e29e1f4c7df92f1641316c90bbd725
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Jul 2 14:58:34 2024 +0200
gnu: r-ctrdata: Update to 1.19.0.
* gnu/packages/cran.scm (r-ctrdata): Update to 1.19.0.
[propagated-inputs]: Add r-countrycode.
Change-Id: I5f8e548de2a377d076c91b023ccf9489c813b540
---
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 4b5d1e8c04..520bd9cf2d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7644,17 +7644,18 @@ graphics packages that comes with the base
installation.")
(define-public r-ctrdata
(package
(name "r-ctrdata")
- (version "1.17.2")
+ (version "1.19.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ctrdata" version))
(sha256
(base32
- "0xsi3yc08gg9h5zh9h9r2d2ixv36f6wblmkcv51h9nfmawjyd8f8"))))
+ "00wp5jf2sa4l28ffl109r87xvjm8c5i7nl09azypnml6rf0mqrhr"))))
(properties `((upstream-name . "ctrdata")))
(build-system r-build-system)
(propagated-inputs
(list r-clipr
+ r-countrycode
r-curl
r-digest
r-dplyr