diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 08:30:32 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:18:52 +0200 |
commit | d8a7ea0073ecb7ac5e0f73132584eab91c6c972f (patch) | |
tree | f2f0ead2ba14bcc29ccd7602d1059a73f25b912f /gnu | |
parent | 1906d197b8015491310c89acf2943708ba9347d6 (diff) |
gnu: r-shinybs: Update to 0.61.1.
* gnu/packages/cran.scm (r-shinybs): Update to 0.61.1.
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 646ed52256..0e696dbf42 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16071,14 +16071,14 @@ several common set, element and attribute related tasks.") (define-public r-shinybs (package (name "r-shinybs") - (version "0.61") + (version "0.61.1") (source (origin (method url-fetch) (uri (cran-uri "shinyBS" version)) (sha256 (base32 - "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji")))) + "0h51685a9qll4agayldjyryi60ih969219ibg071slv0613p5v8a")))) (properties `((upstream-name . "shinyBS"))) (build-system r-build-system) ;; The tests spawn Shiny browser apps. They cannot be run |