gnu: r-writexl: Update to 1.4.0.

* gnu/packages/cran.scm (r-writexl): Update to 1.4.0.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:08 +02:00
parent 2f88711ce3
commit b30b025c6f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")