gnu: r-openxlsx: Update to 4.2.5.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.5.
This commit is contained in:
parent
61949e5d3a
commit
8f9ab3cfdc
1 changed files with 2 additions and 2 deletions
|
@ -7398,14 +7398,14 @@ (define-public r-zip
|
|||
(define-public r-openxlsx
|
||||
(package
|
||||
(name "r-openxlsx")
|
||||
(version "4.2.4")
|
||||
(version "4.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "openxlsx" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vn8ifxb7ccip6b1ijf5lpa6c0n5y5ll8fbabybsb8nfc0y1nmxg"))))
|
||||
"0695b265g7jwiqk5c3vmmfkvagx82bkpwhvqzhqaqmmn34l6vl35"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-rcpp r-stringi r-zip))
|
||||
|
|
Loading…
Reference in a new issue