gnu: r-downlit: Update to 0.4.1.
* gnu/packages/cran.scm (r-downlit): Update to 0.4.1. [propagated-inputs]: Add r-withr.master
parent
b16b702db7
commit
3b656f1caf
|
@ -30438,14 +30438,14 @@ AGG to use as alternative to the raster devices provided through the
|
||||||
(define-public r-downlit
|
(define-public r-downlit
|
||||||
(package
|
(package
|
||||||
(name "r-downlit")
|
(name "r-downlit")
|
||||||
(version "0.4.0")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "downlit" version))
|
(uri (cran-uri "downlit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10zvrqdpwavdy97h3q26bqh3k63z61fmc04w9vwsnvmnv8hnh3vl"))))
|
"1h9jjrrfm1k4lz7hlg9qvqny5s1qq3p4l9pzsy6vqg4zmh2nb85v"))))
|
||||||
(properties `((upstream-name . "downlit")))
|
(properties `((upstream-name . "downlit")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -30457,6 +30457,7 @@ AGG to use as alternative to the raster devices provided through the
|
||||||
r-memoise
|
r-memoise
|
||||||
r-rlang
|
r-rlang
|
||||||
r-vctrs
|
r-vctrs
|
||||||
|
r-withr
|
||||||
r-yaml))
|
r-yaml))
|
||||||
(home-page "https://downlit.r-lib.org/")
|
(home-page "https://downlit.r-lib.org/")
|
||||||
(synopsis "Syntax highlighting and automatic linking")
|
(synopsis "Syntax highlighting and automatic linking")
|
||||||
|
|
Reference in New Issue