guix-commits
[Top][All Lists]
Advanced

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

45/77: gnu: r-bookdown: Update to 0.36.


From: guix-commits
Subject: 45/77: gnu: r-bookdown: Update to 0.36.
Date: Wed, 25 Oct 2023 11:00:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b9b85b0a470a910b1eecac3e3aa6d039f1029280
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:38 2023 +0200

    gnu: r-bookdown: Update to 0.36.
    
    * gnu/packages/cran.scm (r-bookdown): Update to 0.36.
    
    Change-Id: I0bbb8ec452d01a1f1ef2ef27b939750b3c96b169
---
 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 ea16207e46..c7a17c38b7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22853,13 +22853,13 @@ SELECT or UPDATE queries to an end-point.")
 (define-public r-bookdown
   (package
     (name "r-bookdown")
-    (version "0.35")
+    (version "0.36")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "bookdown" version))
               (sha256
                (base32
-                "1fzzppwp2ri4jhl1j2122rhiniay34cccvxr559bypv5b38yjywd"))
+                "0c4pj5sg4cnz2b2kpxgr0wk1n1pf7wkn1npm76aghy4yxj29cj4y"))
               ;; 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]