roelj pushed a commit to branch master
in repository guix.
commit 4db71841ee3f3423a9174bcfcd23464eb17dc4e6
Author: Roel Janssen <[email protected]>
Date: Mon Nov 19 17:20:05 2018 +0100
gnu: r-shinyfiles: Update to 0.7.2.
* gnu/packages/web.scm (r-shinyfiles): Update to 0.7.2.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 03deab4..73219c8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5645,14 +5645,14 @@ application framework for R, making it easy to create
attractive dashboards.")
(define-public r-shinyfiles
(package
(name "r-shinyfiles")
- (version "0.7.1")
+ (version "0.7.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "shinyFiles" version))
(sha256
(base32
- "1cbg09l7w2zbgxb4qjm9p873p0lzrihlzsk5xxi3cpxdckn6zsrm"))))
+ "0dlcjrw96x72grg6j915070x8x98l7629pn86gf148iknflm7gd5"))))
(properties `((upstream-name . "shinyFiles")))
(build-system r-build-system)
(propagated-inputs