me
/
guix
Archived
1
0
Fork 0

gnu: r-ctrdata: Update to 1.17.0.

* gnu/packages/cran.scm (r-ctrdata): Update to 1.17.0.
[propagated-inputs]: Add r-digest.

Change-Id: I505ea3605193eb461001c8e58cd9ef8d725d8f63
master
Ricardo Wurmus 2024-01-23 08:26:10 +01:00
parent 5082ea45f9
commit 254eb0d3fd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -6759,18 +6759,19 @@ graphics packages that comes with the base installation.")
(define-public r-ctrdata
(package
(name "r-ctrdata")
(version "1.16.0")
(version "1.17.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ctrdata" version))
(sha256
(base32
"13n5c7znlxkwqlv04vd5ynbkbq8f28dzbr3y66966971xnf7yhsm"))))
"0wx0922rlabjaiijh66sr940iawm38hcx1zpiyz9r8a2iscqxlwb"))))
(properties `((upstream-name . "ctrdata")))
(build-system r-build-system)
(propagated-inputs
(list r-clipr
r-curl
r-digest
r-dplyr
r-httr
r-jqr