gnu: r-bookdown: Update to 0.10.

* gnu/packages/cran.scm (r-bookdown): Update to 0.10.
master
Ricardo Wurmus 2019-05-11 12:04:22 +02:00
parent 53dbf3a2ac
commit 080c706225
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12839,13 +12839,13 @@ SELECT or UPDATE queries to an end-point.")
(define-public r-bookdown
(package
(name "r-bookdown")
(version "0.9")
(version "0.10")
(source (origin
(method url-fetch)
(uri (cran-uri "bookdown" version))
(sha256
(base32
"0vg1s1w0l9pm95asqb21yf39mfk1nc9rdhmlys9xwr7p7i7rsz32"))))
"0xk57p9iyj7rqrwb89q3pm8p29ca615fj1h9blf5yb3zhga4bjk3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)