guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/34: gnu: r-bookdown: Update to 0.11.


From: guix-commits
Subject: 21/34: gnu: r-bookdown: Update to 0.11.
Date: Tue, 28 May 2019 18:17:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 650e8defa0341315ed91f6141e226e815f103289
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 28 23:55:44 2019 +0200

    gnu: r-bookdown: Update to 0.11.
    
    * gnu/packages/cran.scm (r-bookdown): Update to 0.11.
    [propagated-inputs]: Add ghc-pandoc; remove r-yaml.
---
 gnu/packages/cran.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a5f8ee2..627415e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12900,21 +12900,21 @@ SELECT or UPDATE queries to an end-point.")
 (define-public r-bookdown
   (package
     (name "r-bookdown")
-    (version "0.10")
+    (version "0.11")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "bookdown" version))
               (sha256
                (base32
-                "0xk57p9iyj7rqrwb89q3pm8p29ca615fj1h9blf5yb3zhga4bjk3"))))
+                "0w4fkv5fqiaqgkx44p0s161imf29zir9742126xkz1pl1j25jn1r"))))
     (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)))
+       ("r-xfun" ,r-xfun)
+       ("pandoc" ,ghc-pandoc)))
     (home-page "https://github.com/rstudio/bookdown";)
     (synopsis "Authoring books and technical documents with R markdown")
     (description "This package provides output formats and utilities for



reply via email to

[Prev in Thread] Current Thread [Next in Thread]