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
This commit is contained in:
parent
e123143386
commit
332502ff88
1 changed files with 3 additions and 2 deletions
|
@ -7644,17 +7644,18 @@ graphics packages that comes with the base installation.")
|
||||||
(define-public r-ctrdata
|
(define-public r-ctrdata
|
||||||
(package
|
(package
|
||||||
(name "r-ctrdata")
|
(name "r-ctrdata")
|
||||||
(version "1.17.2")
|
(version "1.19.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ctrdata" version))
|
(uri (cran-uri "ctrdata" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xsi3yc08gg9h5zh9h9r2d2ixv36f6wblmkcv51h9nfmawjyd8f8"))))
|
"00wp5jf2sa4l28ffl109r87xvjm8c5i7nl09azypnml6rf0mqrhr"))))
|
||||||
(properties `((upstream-name . "ctrdata")))
|
(properties `((upstream-name . "ctrdata")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-clipr
|
(list r-clipr
|
||||||
|
r-countrycode
|
||||||
r-curl
|
r-curl
|
||||||
r-digest
|
r-digest
|
||||||
r-dplyr
|
r-dplyr
|
||||||
|
|
Reference in a new issue