mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-officer: Update to 0.6.5.
* gnu/packages/cran.scm (r-officer): Update to 0.6.5. Change-Id: I709c8af9feb02b838dc6939ec8348fb231ca881f
This commit is contained in:
parent
a89ef6742e
commit
cd698ba6b4
1 changed files with 2 additions and 2 deletions
|
@ -14215,14 +14215,14 @@ (define-public r-rdpack
|
|||
(define-public r-officer
|
||||
(package
|
||||
(name "r-officer")
|
||||
(version "0.6.4")
|
||||
(version "0.6.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "officer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mhkb2k9l0fp7xxhx69h1cxyh8gnlpwr5rjiw25s7rp1czwmyjk5"))))
|
||||
"1lzpabpdrwx3331b9qn43376r25bzgph1j9gbxzqjhzr1h871cpb"))))
|
||||
(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