me
/
guix
Archived
1
0
Fork 0

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
master
Ricardo Wurmus 2024-07-02 14:58:34 +02:00
parent e123143386
commit 332502ff88
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -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