gnu: r-writexl: Update to 1.3.
* gnu/packages/cran.scm (r-writexl): Update to 1.3.
This commit is contained in:
parent
c9f58c894b
commit
ed398976c4
1 changed files with 2 additions and 2 deletions
|
@ -6787,14 +6787,14 @@ (define-public r-flextable
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue