me
/
guix
Archived
1
0
Fork 0

gnu: r-officer: Update to 0.6.4.

* gnu/packages/cran.scm (r-officer): Update to 0.6.4.

Change-Id: I71997fa352044fa48ae26193bbc6e2a6d0efc344
master
Ricardo Wurmus 2024-02-10 13:02:30 +01:00
parent 8ff1418c18
commit 57cee07285
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14075,14 +14075,14 @@ references and Rd files.")
(define-public r-officer
(package
(name "r-officer")
(version "0.6.3")
(version "0.6.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "officer" version))
(sha256
(base32
"0z3phawwxj4h1pwzw8lsl6pnypr77b329mg6r2qnzmj0j81585z5"))))
"1mhkb2k9l0fp7xxhx69h1cxyh8gnlpwr5rjiw25s7rp1czwmyjk5"))))
(build-system r-build-system)
(propagated-inputs
(list r-openssl r-r6 r-ragg r-uuid r-xml2 r-zip))