gnu: r-openxlsx: Update to 4.2.2.

* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.2.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:13:14 +02:00
parent e3b821456b
commit 794a6bc342
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6081,14 +6081,14 @@ (define-public r-zip
(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)