gnu: r-openxlsx: Update to 4.2.3.

* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.3.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:41:33 +01:00
parent 99516f5d31
commit ba79efee02
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6086,14 +6086,14 @@ (define-public r-zip
(define-public r-openxlsx
(package
(name "r-openxlsx")
(version "4.2.2")
(version "4.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "openxlsx" version))
(sha256
(base32
"12sjarcmbdww6jmkcqy8c6id94zv3lwmm15ns1y0xj3ipr8qmphb"))))
"0vz4nlrwgsiifrgza8kfd9i1c0ya6plymrgk59vyy2z54vc8kvyd"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)