guix-commits
[Top][All Lists]
Advanced

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

25/50: gnu: r-bookdown: Update to 0.38.


From: guix-commits
Subject: 25/50: gnu: r-bookdown: Update to 0.38.
Date: Wed, 6 Mar 2024 03:43:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c8449027a08e81ef668ff4c7d8b54f0f9db649d6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:38:12 2024 +0100

    gnu: r-bookdown: Update to 0.38.
    
    * gnu/packages/cran.scm (r-bookdown): Update to 0.38.
    
    Change-Id: I2dd69baf405e938626ad487691fec8ee97027b97
---
 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 c99dcb046b..ff4cec203b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23974,13 +23974,13 @@ SELECT or UPDATE queries to an end-point.")
 (define-public r-bookdown
   (package
     (name "r-bookdown")
-    (version "0.37")
+    (version "0.38")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "bookdown" version))
               (sha256
                (base32
-                "18j8ylaq5wnw1c0lif9a002kbymv04pd0i43ahmqkskkv1b13hdk"))
+                "1i0z75sxvy3cb582siz544az6b9bs3vk2kyij9zx5jdpc1247fgd"))
               ;; TODO: there is one more file to replace:
               ;; inst/resources/gitbook/js/app.min.js
               (snippet



reply via email to

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