gnu: r-officer: Update to 0.6.5.

* gnu/packages/cran.scm (r-officer): Update to 0.6.5.

Change-Id: I709c8af9feb02b838dc6939ec8348fb231ca881f
This commit is contained in:
Ricardo Wurmus 2024-02-26 12:25:11 +01:00
parent a89ef6742e
commit cd698ba6b4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14215,14 +14215,14 @@ (define-public r-rdpack
(define-public r-officer
(package
(name "r-officer")
(version "0.6.4")
(version "0.6.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "officer" version))
(sha256
(base32
"1mhkb2k9l0fp7xxhx69h1cxyh8gnlpwr5rjiw25s7rp1czwmyjk5"))))
"1lzpabpdrwx3331b9qn43376r25bzgph1j9gbxzqjhzr1h871cpb"))))
(build-system r-build-system)
(propagated-inputs
(list r-openssl r-r6 r-ragg r-uuid r-xml2 r-zip))