Skip to content
Snippets Groups Projects
Unverified Commit 383ab0da authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: r-openxlsx: Update to 4.1.3.

* gnu/packages/cran.scm (r-openxlsx): Update to 4.1.3.
[propagated-inputs]: Add r-rlang and r-stringi.
parent 36b7a23f
No related branches found
No related tags found
No related merge requests found
......@@ -5265,17 +5265,19 @@ (define-public r-zip
(define-public r-openxlsx
(package
(name "r-openxlsx")
(version "4.1.0.1")
(version "4.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "openxlsx" version))
(sha256
(base32
"1lflygpi1z4rlb1c6g6wsmi334maiiy7jhpg6ph4sw8lpvg12w4b"))))
"087zivh9xdh1kk8zci67ys0m2xq0slzwgnf0jl05yy4gsgb6nmyx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)
("r-rlang" ,r-rlang)
("r-stringi" ,r-stringi)
("r-zip" ,r-zip)))
(home-page "https://github.com/awalker89/openxlsx")
(synopsis "Read, write and edit XLSX files")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment