gnu: r-officer: Update to 0.4.4.

* gnu/packages/cran.scm (r-officer): Update to 0.4.4.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:52:56 +02:00
parent cb9d49c18d
commit d7e46a3b9a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -10242,14 +10242,14 @@ references and Rd files.")
(define-public r-officer
(package
(name "r-officer")
(version "0.4.3")
(version "0.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "officer" version))
(sha256
(base32
"1ksfmwqb91j8n8x4vchpqr848scvf817mgiknwac7n8lfz79synk"))))
"1h6fcqw4bg644lwr5jggphyxp2d0ycya9q869z8099a50gc6h03f"))))
(build-system r-build-system)
(propagated-inputs
(list r-r6 r-uuid r-xml2 r-zip))