summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 19:42:13 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:28:11 +0100
commit5e6510da07c5b9283ff9037bc17c60a09758f8dd (patch)
treecc9449ba35d6ead0c105258baad080702a8026d2 /gnu
parent6e41b0e88009c433d42413a7d9edca18cecf0a74 (diff)
gnu: r-shinybs: Update to 0.63.0.
* gnu/packages/cran.scm (r-shinybs): Update to 0.63.0. [propagated-inputs]: Add r-jsonlite. Change-Id: Id02a2688c19901087199f349955382bb6d5d5e5d Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1796e9a487..289ef50d38 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34872,21 +34872,21 @@ a custom text loading screen.")
(define-public r-shinybs
(package
(name "r-shinybs")
- (version "0.61.1")
+ (version "0.63.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "shinyBS" version))
(sha256
(base32
- "0h51685a9qll4agayldjyryi60ih969219ibg071slv0613p5v8a"))))
+ "003v0iv93xqx5v8cvg0mfg7d3byi716pyrf41in4w1fmmk6j803i"))))
(properties `((upstream-name . "shinyBS")))
(build-system r-build-system)
;; The tests spawn Shiny browser apps. They cannot be run
;; non-interactively.
(arguments '(#:tests? #f))
(propagated-inputs
- (list r-htmltools r-shiny))
+ (list r-htmltools r-jsonlite r-shiny))
(home-page "https://ebailey78.github.io/shinyBS/")
(synopsis "Twitter Bootstrap components for Shiny")
(description