me
/
guix
Archived
1
0
Fork 0

gnu: r-writexl: Update to 1.3.

* gnu/packages/cran.scm (r-writexl): Update to 1.3.
master
Ricardo Wurmus 2020-05-12 16:54:59 +02:00
parent c9f58c894b
commit ed398976c4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6787,14 +6787,14 @@ documents.")
(define-public r-writexl
(package
(name "r-writexl")
(version "1.2")
(version "1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "writexl" version))
(sha256
(base32
"09fhdip6igcg97fjx4c7727cx2lb49l4d74l4i8rg2bag2s5lrj3"))))
"0lah0r2pd996s0vdbi614j3h52dbxmifha6f19v53p2b7fr32wjd"))))
(build-system r-build-system)
(inputs `(("zlib" ,zlib)))
(home-page "https://github.com/ropensci/writexl")