me
/
guix
Archived
1
0
Fork 0

gnu: r-downlit: Update to 0.4.0.

* gnu/packages/cran.scm (r-downlit): Update to 0.4.0.
[propagated-inputs]: Add r-desc and r-memoise.
master
Ricardo Wurmus 2021-11-23 15:23:36 +01:00
parent d541a9a37f
commit 6b6264eca4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -29474,21 +29474,23 @@ AGG to use as alternative to the raster devices provided through the
(define-public r-downlit
(package
(name "r-downlit")
(version "0.2.1")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "downlit" version))
(sha256
(base32
"0z4fz7c9kyd9v72wl3iqs2wxspi975d6b0rgjr9lvg8a18maa9z6"))))
"10zvrqdpwavdy97h3q26bqh3k63z61fmc04w9vwsnvmnv8hnh3vl"))))
(properties `((upstream-name . "downlit")))
(build-system r-build-system)
(propagated-inputs
`(("r-brio" ,r-brio)
("r-desc" ,r-desc)
("r-digest" ,r-digest)
("r-evaluate" ,r-evaluate)
("r-fansi" ,r-fansi)
("r-memoise" ,r-memoise)
("r-rlang" ,r-rlang)
("r-vctrs" ,r-vctrs)
("r-yaml" ,r-yaml)))