mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-shiny: Update to 1.7.1.
* gnu/packages/cran.scm (r-shiny): Update to 1.7.1. [propagated-inputs]: Remove r-digest; add r-fontawesome.
This commit is contained in:
parent
733b600eec
commit
1fb9416098
1 changed files with 3 additions and 3 deletions
|
@ -2079,7 +2079,7 @@ (define-public r-bslib
|
|||
(define-public r-shiny
|
||||
(package
|
||||
(name "r-shiny")
|
||||
(version "1.6.0")
|
||||
(version "1.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2089,7 +2089,7 @@ (define-public r-shiny
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f6cwx5xyqzs40msq271sqhwl8736rwbm7kd1ldkcvxngzr4vlx9"))
|
||||
"0wvc6jlgs41p05wbk8gahnl7sfnc4hpliyh9dbi5w52ngsg6wcr7"))
|
||||
(snippet
|
||||
'(for-each delete-file
|
||||
'("inst/www/shared/bootstrap/js/bootstrap.min.js"
|
||||
|
@ -2165,9 +2165,9 @@ (define-public r-shiny
|
|||
("r-cachem" ,r-cachem)
|
||||
("r-commonmark" ,r-commonmark)
|
||||
("r-crayon" ,r-crayon)
|
||||
("r-digest" ,r-digest)
|
||||
("r-ellipsis" ,r-ellipsis)
|
||||
("r-fastmap" ,r-fastmap)
|
||||
("r-fontawesome" ,r-fontawesome)
|
||||
("r-glue" ,r-glue)
|
||||
("r-htmltools" ,r-htmltools)
|
||||
("r-httpuv" ,r-httpuv)
|
||||
|
|
Loading…
Reference in a new issue