rekado pushed a commit to branch master
in repository guix.
commit ba79efee0276b7f0bd25f73ca3b69d49e975057f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Oct 31 13:41:33 2020 +0100
gnu: r-openxlsx: Update to 4.2.3.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.3.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c64a934..52b665f 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)