mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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 @@ (define-public r-rcircos
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue