me
/
guix
Archived
1
0
Fork 0

gnu: r-shinyfiles: Update to 0.7.2.

* gnu/packages/web.scm (r-shinyfiles): Update to 0.7.2.
master
Roel Janssen 2018-11-19 17:20:05 +01:00
parent 0adf04a2d3
commit 4db71841ee
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -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