mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -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
|
(define-public r-officer
|
||||||
(package
|
(package
|
||||||
(name "r-officer")
|
(name "r-officer")
|
||||||
(version "0.6.4")
|
(version "0.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "officer" version))
|
(uri (cran-uri "officer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mhkb2k9l0fp7xxhx69h1cxyh8gnlpwr5rjiw25s7rp1czwmyjk5"))))
|
"1lzpabpdrwx3331b9qn43376r25bzgph1j9gbxzqjhzr1h871cpb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-openssl r-r6 r-ragg r-uuid r-xml2 r-zip))
|
(list r-openssl r-r6 r-ragg r-uuid r-xml2 r-zip))
|
||||||
|
|
Loading…
Reference in a new issue