me
/
guix
Archived
1
0
Fork 0

gnu: r-openxlsx: Update to 4.1.4.

* gnu/packages/cran.scm (r-openxlsx): Update to 4.1.4.
[propagated-inputs]: Remove r-rlang.
master
Ricardo Wurmus 2019-12-06 21:37:41 +01:00
parent 91a38c56e4
commit e8ae22a6e5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -5363,18 +5363,17 @@ additional external tools on any platform.")
(define-public r-openxlsx
(package
(name "r-openxlsx")
(version "4.1.3")
(version "4.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "openxlsx" version))
(sha256
(base32
"087zivh9xdh1kk8zci67ys0m2xq0slzwgnf0jl05yy4gsgb6nmyx"))))
"1mwxldw9i9nfksx1i6h1kfs7vmsz9fgyllbsipar4vnfyqhqp8q7"))))
(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")