mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
21d0faf01b
commit
f29feaa2bb
1 changed files with 3 additions and 3 deletions
|
@ -11876,17 +11876,17 @@ (define-public r-rdpack
|
|||
(define-public r-officer
|
||||
(package
|
||||
(name "r-officer")
|
||||
(version "0.5.2")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "officer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wpbn37r16si2vqzsnv93435f2hir7lkxl2qqvp4g0l0ikpkicxw"))))
|
||||
"19sn36aaxr2bmxm8lrs1vqmc4fc1gfwarp418pn09jk105ckykh8"))))
|
||||
(build-system r-build-system)
|
||||
(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")
|
||||
(synopsis "Manipulation of Word and PowerPoint documents")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue