rekado pushed a commit to branch master
in repository guix.
commit 0ce18fd937ec589ee31a4deb7b257c486ed51ef0
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 18 16:08:23 2023 +0100
gnu: r-openxlsx: Update to 4.2.5.2.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.5.2.
---
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 2766368af9..ffc0b30f5d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9988,14 +9988,14 @@ additional external tools on any platform.")
(define-public r-openxlsx
(package
(name "r-openxlsx")
- (version "4.2.5.1")
+ (version "4.2.5.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "openxlsx" version))
(sha256
(base32
- "1j2516plvlrp7l0mw7xqjhjjcidfdnfsybdhi2bx3n0910w29lk4"))))
+ "0rwvzhk2brhbf1cdpg5jmwiwx5jhr9ybzvnhw0pg4bl3wpkqjw7f"))))
(build-system r-build-system)
(propagated-inputs
(list r-rcpp r-stringi r-zip))