gnu: r-bookdown: Update to 0.14.

* gnu/packages/cran.scm (r-bookdown): Update to 0.14.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-03 12:58:31 +02:00
parent 9bcd8b68ca
commit dcb45ce576
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -13315,13 +13315,13 @@ SELECT or UPDATE queries to an end-point.")
(define-public r-bookdown
(package
(name "r-bookdown")
(version "0.13")
(version "0.14")
(source (origin
(method url-fetch)
(uri (cran-uri "bookdown" version))
(sha256
(base32
"15r9scgnq68hmfcfxvjk286hpbr825bib1d2kgh0lv3dgz2i2bg1"))))
"1jiq2d292y0l3f4npyfzfpnmb0sqxsl212kkjfbjg5301h0na762"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)