mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -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
|
(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
|
||||||
|
|
Loading…
Reference in a new issue