me
/
guix
Archived
1
0
Fork 0

gnu: r-ctrdata: Update to 1.15.0.

* gnu/packages/cran.scm (r-ctrdata): Update to 1.15.0.
Ricardo Wurmus 2023-08-28 14:16:17 +02:00
parent 45699ffd76
commit 26cd2334f9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6158,13 +6158,13 @@ graphics packages that comes with the base installation.")
(define-public r-ctrdata
(package
(name "r-ctrdata")
(version "1.14.0")
(version "1.15.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ctrdata" version))
(sha256
(base32
"0x5dpph62s7dwfs0y4gd73zzbil9cr1y5q8mpn9m7z2gdr67wk1c"))))
"16j44mzfllpp7il0kz3j4a6mi2k939yndgwxki01rqlmf8lrj15j"))))
(properties `((upstream-name . "ctrdata")))
(build-system r-build-system)
(propagated-inputs