diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-09-02 13:09:40 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-09-06 23:53:47 +0200 |
commit | db0649de276232120651f1b0b0a8e7c7c79ac1ba (patch) | |
tree | a16cbcd4306f605214c3c2ae08c39e15473fa413 | |
parent | b01480a866cf842788442f762967bac803b7e8cc (diff) |
gnu: r-openxlsx: Update to 4.2.7.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.7.
Change-Id: I8e02c793104ab017e80faf41fa043ac37d53eaf1
-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 ff8e2373bc..dc058bec9d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13836,14 +13836,14 @@ custom infix operators.") (define-public r-openxlsx (package (name "r-openxlsx") - (version "4.2.6.1") + (version "4.2.7") (source (origin (method url-fetch) (uri (cran-uri "openxlsx" version)) (sha256 (base32 - "1absl7kl3gzg2rwjv3qj74clcyj6xgfbxc6232ddi8fnll3ca262")))) + "1kmg6rwf5cgjpa0ra1h8926x3ips5llvlwjqyczng3pb5w5w1gjz")))) (build-system r-build-system) (propagated-inputs (list r-rcpp r-stringi r-zip)) |