Archived
1
0
Fork 0

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 @@ additional external tools on any platform.")
(define-public r-openxlsx (define-public r-openxlsx
(package (package
(name "r-openxlsx") (name "r-openxlsx")
(version "4.2.2") (version "4.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "openxlsx" version)) (uri (cran-uri "openxlsx" version))
(sha256 (sha256
(base32 (base32
"12sjarcmbdww6jmkcqy8c6id94zv3lwmm15ns1y0xj3ipr8qmphb")))) "0vz4nlrwgsiifrgza8kfd9i1c0ya6plymrgk59vyy2z54vc8kvyd"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-rcpp" ,r-rcpp) `(("r-rcpp" ,r-rcpp)