diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 08:23:26 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 10:01:09 +0100 |
commit | 933290bcb6573b41ef1c7f2d64f73b07b5ae4b47 (patch) | |
tree | 6d006444dd7c9cb019af5c856db00df0b732d7ee /gnu | |
parent | 41512afdc1aebaf328167101defc39a3332073db (diff) | |
download | guix-933290bcb6573b41ef1c7f2d64f73b07b5ae4b47.tar.gz |
gnu: r-openxlsx: Update to 4.2.5.1.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.5.1.
Diffstat (limited to 'gnu')
-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 21c4604e95..05e7e0a7b4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9054,14 +9054,14 @@ additional external tools on any platform.") (define-public r-openxlsx (package (name "r-openxlsx") - (version "4.2.5") + (version "4.2.5.1") (source (origin (method url-fetch) (uri (cran-uri "openxlsx" version)) (sha256 (base32 - "0695b265g7jwiqk5c3vmmfkvagx82bkpwhvqzhqaqmmn34l6vl35")))) + "1j2516plvlrp7l0mw7xqjhjjcidfdnfsybdhi2bx3n0910w29lk4")))) (build-system r-build-system) (propagated-inputs (list r-rcpp r-stringi r-zip)) |