mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: r-officer: Update to 0.6.2.
* gnu/packages/cran.scm (r-officer): Update to 0.6.2.
This commit is contained in:
parent
eed688ea87
commit
c938338563
1 changed files with 2 additions and 2 deletions
|
@ -12182,14 +12182,14 @@ (define-public r-rdpack
|
|||
(define-public r-officer
|
||||
(package
|
||||
(name "r-officer")
|
||||
(version "0.6.1")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "officer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19sn36aaxr2bmxm8lrs1vqmc4fc1gfwarp418pn09jk105ckykh8"))))
|
||||
"0dfk1didy5lfh07chqfwlrdlrib7a5na65rb71ipnxlhbiwbaj09"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-openssl r-r6 r-ragg r-uuid r-xml2 r-zip))
|
||||
|
|
Loading…
Reference in a new issue