gnu: r-shiny: Update to 1.7.4.
* gnu/packages/cran.scm (r-shiny): Update to 1.7.4.
This commit is contained in:
parent
9b03d78000
commit
d6acf4de78
1 changed files with 2 additions and 2 deletions
|
@ -3981,7 +3981,7 @@ previewing themes in real time.")
|
||||||
(define-public r-shiny
|
(define-public r-shiny
|
||||||
(package
|
(package
|
||||||
(name "r-shiny")
|
(name "r-shiny")
|
||||||
(version "1.7.1")
|
(version "1.7.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3991,7 +3991,7 @@ previewing themes in real time.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wvc6jlgs41p05wbk8gahnl7sfnc4hpliyh9dbi5w52ngsg6wcr7"))
|
"0297sbrc7wfj0qfn63yrgs4xkxaxp95ppipdp9pqjg5qhm9k5wbi"))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each delete-file
|
'(for-each delete-file
|
||||||
'("inst/www/shared/bootstrap/js/bootstrap.min.js"
|
'("inst/www/shared/bootstrap/js/bootstrap.min.js"
|
||||||
|
|
Reference in a new issue