gnu: r-bookdown: Update to 0.7.

* gnu/packages/bioinformatics.scm (r-bookdown): Update to 0.7.
[propagated-inputs]: Add r-tinytex.
This commit is contained in:
Ricardo Wurmus 2018-02-18 21:49:25 +01:00
parent 4376166b03
commit 9800f7d9e8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6673,18 +6673,19 @@ (define-public r-biocviews
(define-public r-bookdown
(package
(name "r-bookdown")
(version "0.6")
(version "0.7")
(source (origin
(method url-fetch)
(uri (cran-uri "bookdown" version))
(sha256
(base32
"1pxxln42kvzl38fjprg6hcnyh1kij75fpj70vwp5hp5il813aszc"))))
"1b3fw1f41zph5yw3kynb47aijq53vhaa6mnnvxly72zamyzdf95q"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)
("r-knitr" ,r-knitr)
("r-rmarkdown" ,r-rmarkdown)
("r-tinytex" ,r-tinytex)
("r-yaml" ,r-yaml)
("r-xfun" ,r-xfun)
("ghc-pandoc" ,ghc-pandoc)))