diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-05-12 16:54:59 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-05-12 19:44:29 +0200 |
commit | ed398976c495c031d3b7bd5b92897bc675bf6cfb (patch) | |
tree | 59d92980add1880dd887062c74f53171c3c5ebef /gnu/packages | |
parent | c9f58c894b7fe9eada1bbf9650a068e08e53377a (diff) | |
download | patches-ed398976c495c031d3b7bd5b92897bc675bf6cfb.tar patches-ed398976c495c031d3b7bd5b92897bc675bf6cfb.tar.gz |
gnu: r-writexl: Update to 1.3.
* gnu/packages/cran.scm (r-writexl): Update to 1.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c5ccc72464..edb255f201 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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") |