gnu: r-officer: Update to 0.6.1.

* gnu/packages/cran.scm (r-officer): Update to 0.6.1.
[propagated-inputs]: Add r-ragg.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:25 +01:00
parent 21d0faf01b
commit f29feaa2bb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11876,17 +11876,17 @@ (define-public r-rdpack
(define-public r-officer (define-public r-officer
(package (package
(name "r-officer") (name "r-officer")
(version "0.5.2") (version "0.6.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "officer" version)) (uri (cran-uri "officer" version))
(sha256 (sha256
(base32 (base32
"1wpbn37r16si2vqzsnv93435f2hir7lkxl2qqvp4g0l0ikpkicxw")))) "19sn36aaxr2bmxm8lrs1vqmc4fc1gfwarp418pn09jk105ckykh8"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-openssl r-r6 r-uuid r-xml2 r-zip)) (list r-openssl r-r6 r-ragg r-uuid r-xml2 r-zip))
(home-page "https://davidgohel.github.io/officer") (home-page "https://davidgohel.github.io/officer")
(synopsis "Manipulation of Word and PowerPoint documents") (synopsis "Manipulation of Word and PowerPoint documents")
(description (description