gnu: r-openxlsx: Update to 4.2.4.

* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.4.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:14 +02:00
parent fb17d9004d
commit f5a92fff5b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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