gnu: r-shinyfiles: Update to 0.8.0.
* gnu/packages/cran.scm (r-shinyfiles): Update to 0.8.0.
This commit is contained in:
parent
50f298a54f
commit
92f5ed2fd7
1 changed files with 2 additions and 2 deletions
|
@ -1121,13 +1121,13 @@ (define-public r-shinydashboard
|
|||
(define-public r-shinyfiles
|
||||
(package
|
||||
(name "r-shinyfiles")
|
||||
(version "0.7.5")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "shinyFiles" version))
|
||||
(sha256
|
||||
(base32 "1143m941hma9hc77c3xcw26c0ygfhn9ii2sbp9wrydxv4gc7mr8a"))))
|
||||
(base32 "0gwyx37f2r86cldsyknws9pafpj8g5mg3mchlyl9ymgnk5f4b88w"))))
|
||||
(properties `((upstream-name . "shinyFiles")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue