diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-20 11:07:14 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-20 11:07:36 +0100 |
| commit | 761aaefd4a3424e312439dbffa17a3c8955966ce (patch) | |
| tree | 32a82fc82a276184c1f31a4ec42a96d5ed86c8a6 | |
| parent | caa158d3dd867ff472ecf44787699aeb54214fa1 (diff) | |
cran: r-bs4dash: Update to 2.3.3.
* guix-science/packages/cran.scm (r-bs4dash): Update to 2.3.3.
[native-inputs]: Add esbuild.
| -rw-r--r-- | guix-science/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guix-science/packages/cran.scm b/guix-science/packages/cran.scm index 6888cc2..63768ce 100644 --- a/guix-science/packages/cran.scm +++ b/guix-science/packages/cran.scm | |||
| @@ -177,13 +177,13 @@ Argon.") | |||
| 177 | (define-public r-bs4dash | 177 | (define-public r-bs4dash |
| 178 | (package | 178 | (package |
| 179 | (name "r-bs4dash") | 179 | (name "r-bs4dash") |
| 180 | (version "2.3.0") | 180 | (version "2.3.3") |
| 181 | (source (origin | 181 | (source (origin |
| 182 | (method url-fetch) | 182 | (method url-fetch) |
| 183 | (uri (cran-uri "bs4Dash" version)) | 183 | (uri (cran-uri "bs4Dash" version)) |
| 184 | (sha256 | 184 | (sha256 |
| 185 | (base32 | 185 | (base32 |
| 186 | "09dzcpqzlkak9ilx79h2hpad20ck6857middbkn7j3mhrbqq0m51")))) | 186 | "1vhjrgy3344fgbqxadj16sncrgkkcy1xrg69nmjizn9s757gyvri")))) |
| 187 | (properties `((upstream-name . "bs4Dash"))) | 187 | (properties `((upstream-name . "bs4Dash"))) |
| 188 | (build-system r-build-system) | 188 | (build-system r-build-system) |
| 189 | (propagated-inputs (list r-bslib | 189 | (propagated-inputs (list r-bslib |
| @@ -195,7 +195,7 @@ Argon.") | |||
| 195 | r-lifecycle | 195 | r-lifecycle |
| 196 | r-shiny | 196 | r-shiny |
| 197 | r-waiter)) | 197 | r-waiter)) |
| 198 | (native-inputs (list r-knitr)) | 198 | (native-inputs (list esbuild r-knitr)) |
| 199 | (home-page "https://rinterface.github.io/bs4Dash/index.html") | 199 | (home-page "https://rinterface.github.io/bs4Dash/index.html") |
| 200 | (synopsis "Bootstrap 4 version of shinydashboard") | 200 | (synopsis "Bootstrap 4 version of shinydashboard") |
| 201 | (description | 201 | (description |
