gnu: r-ctrdata: Update to 1.17.2.

* gnu/packages/cran.scm (r-ctrdata): Update to 1.17.2.

Change-Id: I019f971fe6cc8c34b63ebdff407e1f2e1ed6b98f
This commit is contained in:
Ricardo Wurmus 2024-02-26 12:25:11 +01:00
parent 47b38a2200
commit c87d9a8e1a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6963,13 +6963,13 @@ graphics packages that comes with the base installation.")
(define-public r-ctrdata
(package
(name "r-ctrdata")
(version "1.17.1")
(version "1.17.2")
(source (origin
(method url-fetch)
(uri (cran-uri "ctrdata" version))
(sha256
(base32
"0vb6nxhms66p90lh8ky693k7hchi5fbxxf8lnjcj4vhc0c5ijxns"))))
"0xsi3yc08gg9h5zh9h9r2d2ixv36f6wblmkcv51h9nfmawjyd8f8"))))
(properties `((upstream-name . "ctrdata")))
(build-system r-build-system)
(propagated-inputs