gnu: r-shinybs: Update to 0.61.1.
* gnu/packages/cran.scm (r-shinybs): Update to 0.61.1.
This commit is contained in:
parent
1906d197b8
commit
d8a7ea0073
1 changed files with 2 additions and 2 deletions
|
@ -16071,14 +16071,14 @@ (define-public r-upsetr
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue