diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 16:08:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 19:56:34 +0100 |
commit | 0ce18fd937ec589ee31a4deb7b257c486ed51ef0 (patch) | |
tree | 180a6a310c0990532683eb61197bf734a86e79a1 | |
parent | 8f2e4a707d3137aeb05f7a6059d4e220c4f10d55 (diff) | |
download | guix-0ce18fd937ec589ee31a4deb7b257c486ed51ef0.tar.gz guix-0ce18fd937ec589ee31a4deb7b257c486ed51ef0.zip |
gnu: r-openxlsx: Update to 4.2.5.2.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.5.2.
-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 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)) |