guix-commits
[Top][All Lists]
Advanced

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

66/89: gnu: r-bookdown: Update to 0.19.


From: guix-commits
Subject: 66/89: gnu: r-bookdown: Update to 0.19.
Date: Thu, 11 Jun 2020 11:04:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a50246f455ea9f41a4623f0c3e1cd616d898fc72
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:11:21 2020 +0200

    gnu: r-bookdown: Update to 0.19.
    
    * gnu/packages/cran.scm (r-bookdown): Update to 0.19.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fc831e0..b0185ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13910,13 +13910,13 @@ SELECT or UPDATE queries to an end-point.")
 (define-public r-bookdown
   (package
     (name "r-bookdown")
-    (version "0.18")
+    (version "0.19")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "bookdown" version))
               (sha256
                (base32
-                "1my6g16phx21v5cvfqcnjibh3zcv02xkix347aafd6a7r3hnxpq5"))))
+                "137l0cyzw9ij2l3zyk3mm1k2db9vhbax6c9y4rydvh4i9gka5vlq"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-htmltools" ,r-htmltools)



reply via email to

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