gnu: r-openxlsx: Update to 4.2.3.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.3.
This commit is contained in:
parent
99516f5d31
commit
ba79efee02
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue