mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-officer: Update to 0.3.17.
* gnu/packages/cran.scm (r-officer): Update to 0.3.17.
This commit is contained in:
parent
0281b306ca
commit
ad037d6ecb
1 changed files with 2 additions and 2 deletions
|
@ -7926,14 +7926,14 @@ (define-public r-rdpack
|
|||
(define-public r-officer
|
||||
(package
|
||||
(name "r-officer")
|
||||
(version "0.3.16")
|
||||
(version "0.3.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "officer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ls5kp70jfxrzxxb3xrg8sn2fyk6qd7rmx23n5jxi7z7850avjrj"))))
|
||||
"1apg0dh1zfhrqcbbmm8318l40gyjbqc2l9sdvwxx7qi8mzc1mqvw"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-r6" ,r-r6)
|
||||
|
|
Loading…
Reference in a new issue