diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:15 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:16 +0100 |
| commit | 496d77e1af68d01ec584f2bef188e9247d8ddde4 (patch) | |
| tree | 4d40d48e55833510a800e6d043ddc75a884e6939 /gnu | |
| parent | e4e705358989e63a68109a57d824ec02c651cf1d (diff) | |
gnu: r-bookdown: Update to 0.46.
* gnu/packages/cran.scm (r-bookdown): Update to 0.46.
Change-Id: I451636977398be6253a3439c439a5d259729bcc9
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 95be80eaa5..a15226e168 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |
