diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-31 13:41:33 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-10-31 13:46:41 +0100 |
commit | ba79efee0276b7f0bd25f73ca3b69d49e975057f (patch) | |
tree | cb4a1602c5b9a5c833e1a46ef0503b160deeb0f1 | |
parent | 99516f5d3116bf6de2dc8a9ec0ff263c97be542d (diff) |
gnu: r-openxlsx: Update to 4.2.3.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.3.
-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 c64a93457c..52b665f172 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6086,14 +6086,14 @@ additional external tools on any platform.") (define-public r-openxlsx (package (name "r-openxlsx") - (version "4.2.2") + (version "4.2.3") (source (origin (method url-fetch) (uri (cran-uri "openxlsx" version)) (sha256 (base32 - "12sjarcmbdww6jmkcqy8c6id94zv3lwmm15ns1y0xj3ipr8qmphb")))) + "0vz4nlrwgsiifrgza8kfd9i1c0ya6plymrgk59vyy2z54vc8kvyd")))) (build-system r-build-system) (propagated-inputs `(("r-rcpp" ,r-rcpp) |