mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-bookdown: Update to 0.27.
* gnu/packages/cran.scm (r-bookdown): Update to 0.27.
This commit is contained in:
parent
a158aae45e
commit
9b071ecc40
1 changed files with 2 additions and 2 deletions
|
@ -18017,13 +18017,13 @@ (define-public r-sparql
|
|||
(define-public r-bookdown
|
||||
(package
|
||||
(name "r-bookdown")
|
||||
(version "0.26")
|
||||
(version "0.27")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bookdown" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11din9h2sgzvg44627xc5is4psbq2b34km5sbiaprskjrf474866"))))
|
||||
"08wzi7hh3x1dfpmzpxhphrv5zb6a3p7rziaazisfpp1zwsxllwif"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-htmltools
|
||||
|
|
Loading…
Reference in a new issue