gnu: r-writexl: Update to 1.1.

* gnu/packages/cran.scm (r-writexl): Update to 1.1.
master
Ricardo Wurmus 2019-01-12 14:00:17 +01:00
parent a2315c6702
commit 04a18a81ae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5819,14 +5819,14 @@ documents.")
(define-public r-writexl
(package
(name "r-writexl")
(version "1.0")
(version "1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "writexl" version))
(sha256
(base32
"0r2v12dc4zqmr1agp6vbw0fc48i278018684x84psjjqfmnv14cf"))))
"0w4wnpl3yhaqp63p32bk60xrbmd7xd11kxifjbzrghi7d4483a46"))))
(build-system r-build-system)
(inputs `(("zlib" ,zlib)))
(home-page "https://github.com/ropensci/writexl")