me
/
guix
Archived
1
0
Fork 0

gnu: r-bookdown: Update to 0.38.

* gnu/packages/cran.scm (r-bookdown): Update to 0.38.

Change-Id: I2dd69baf405e938626ad487691fec8ee97027b97
master
Ricardo Wurmus 2024-03-05 14:38:12 +01:00
parent 1054398a12
commit c8449027a0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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