me
/
guix
Archived
1
0
Fork 0

gnu: r-bookdown: Update to 0.27.

* gnu/packages/cran.scm (r-bookdown): Update to 0.27.
master
Ricardo Wurmus 2022-07-01 15:30:02 +02:00
parent a158aae45e
commit 9b071ecc40
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18017,13 +18017,13 @@ SELECT or UPDATE queries to an end-point.")
(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