gnu: r-readxl: Update to 1.3.0.

* gnu/packages/cran.scm (r-readxl): Update to 1.3.0.
master
Ricardo Wurmus 2019-03-07 23:50:51 +01:00
parent f544ab3379
commit 8f37f53837
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -337,14 +337,14 @@ that.")
(define-public r-readxl
(package
(name "r-readxl")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "readxl" version))
(sha256
(base32
"1mwm389skl4ahcwsmhvx31pjkrn6y9igpnhsczwg6yza886q7j19"))))
"1p7snd8lznyinp0nyg6bsqwn9alh3pnnj77bfg865ingdl1d2yc3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cellranger" ,r-cellranger)