diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-05 22:13:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-10-06 00:34:57 +0200 |
commit | 794a6bc342356939507abe5306893a6c9e41c521 (patch) | |
tree | 81eb602447e7960c68300ed70573c756c8a94cec | |
parent | e3b821456bce7c0e0a535394e260c089f5c2ba32 (diff) | |
download | guix-794a6bc342356939507abe5306893a6c9e41c521.tar guix-794a6bc342356939507abe5306893a6c9e41c521.tar.gz |
gnu: r-openxlsx: Update to 4.2.2.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.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 15cfa4ebe8..4fb9460bc9 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6081,14 +6081,14 @@ additional external tools on any platform.") (define-public r-openxlsx (package (name "r-openxlsx") - (version "4.1.5") + (version "4.2.2") (source (origin (method url-fetch) (uri (cran-uri "openxlsx" version)) (sha256 (base32 - "0wkpa3wsd8rs0pib7cp67iv0s6jn99frcrw7clypqxmvvdwyb9kq")))) + "12sjarcmbdww6jmkcqy8c6id94zv3lwmm15ns1y0xj3ipr8qmphb")))) (build-system r-build-system) (propagated-inputs `(("r-rcpp" ,r-rcpp) |