mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-writexl: Update to 1.4.0.
* gnu/packages/cran.scm (r-writexl): Update to 1.4.0.
This commit is contained in:
parent
2f88711ce3
commit
b30b025c6f
1 changed files with 2 additions and 2 deletions
|
@ -8487,14 +8487,14 @@ (define-public r-flextable
|
||||||
(define-public r-writexl
|
(define-public r-writexl
|
||||||
(package
|
(package
|
||||||
(name "r-writexl")
|
(name "r-writexl")
|
||||||
(version "1.3.1")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "writexl" version))
|
(uri (cran-uri "writexl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1njdhvh8605wd2j8glrbxfyc36p2n88prpq080jn44s9lgfmbgsb"))))
|
"0mfzyn8n5x5x5gf382bqgq61zpw9dymrp5kzdm2sbszplmxf6xry"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs `(("zlib" ,zlib)))
|
(inputs `(("zlib" ,zlib)))
|
||||||
(home-page "https://github.com/ropensci/writexl")
|
(home-page "https://github.com/ropensci/writexl")
|
||||||
|
|
Loading…
Reference in a new issue