mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-bookdown: Update to 0.46.
* gnu/packages/cran.scm (r-bookdown): Update to 0.46. Change-Id: I451636977398be6253a3439c439a5d259729bcc9
This commit is contained in:
parent
dddae29502
commit
d17eabb557
1 changed files with 2 additions and 2 deletions
|
|
@ -37173,13 +37173,13 @@ SELECT or UPDATE queries to an end-point.")
|
|||
(define-public r-bookdown
|
||||
(package
|
||||
(name "r-bookdown")
|
||||
(version "0.45")
|
||||
(version "0.46")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bookdown" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sk8jrvqwn17pl68q2klqfl12y0zczc0wms4h3mlnlvpq37wf35q"))
|
||||
"0qykzam8frva1wpgbbc4a0vws86jkclcbggji07x4qrdqzzyk52x"))
|
||||
;; TODO: there is one more file to replace:
|
||||
;; inst/resources/gitbook/js/app.min.js
|
||||
(snippet
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue