gnu: r-readxl: Update to 1.2.0.

* gnu/packages/cran.scm (r-readxl): Update to 1.2.0.
[propagated-inputs]: Add r-progress.
master
Ricardo Wurmus 2019-01-12 14:53:49 +01:00
parent 0aad198e2b
commit b140569e18
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -237,17 +237,18 @@ that.")
(define-public r-readxl
(package
(name "r-readxl")
(version "1.1.0")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "readxl" version))
(sha256
(base32
"05ii8knrg4jji6h7bv6bfpn279b6x52yrskdx5rv7b0hcpy22gdn"))))
"1mwm389skl4ahcwsmhvx31pjkrn6y9igpnhsczwg6yza886q7j19"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cellranger" ,r-cellranger)
("r-progress" ,r-progress)
("r-rcpp" ,r-rcpp)
("r-tibble" ,r-tibble)))
(home-page "https://readxl.tidyverse.org")