gnu: r-readxl: Update to 1.3.1.

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

View File

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