diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-03 12:58:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-03 16:03:35 +0200 |
commit | dcb45ce5764364934610c2e57d2d8cdcf19de839 (patch) | |
tree | e8794a5711a63abc79d37624cb39b898a2c3ce1d /gnu/packages/cran.scm | |
parent | 9bcd8b68ca766fde04b27cb700b44f9a9e8b8ca4 (diff) | |
download | guix-dcb45ce5764364934610c2e57d2d8cdcf19de839.tar guix-dcb45ce5764364934610c2e57d2d8cdcf19de839.tar.gz |
gnu: r-bookdown: Update to 0.14.
* gnu/packages/cran.scm (r-bookdown): Update to 0.14.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6450faf6b6..bacec4544a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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) |