1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-officer: Update to 0.7.3.

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

Change-Id: I7db31a18ffff4f60a68ed1a8de13d14d48c4d445
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-20 07:17:23 +01:00
committed by Rutherther
parent 75f7ba8ff3
commit adac4f16e7

View File

@@ -25849,14 +25849,14 @@ references and Rd files.")
(define-public r-officer
(package
(name "r-officer")
(version "0.7.2")
(version "0.7.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "officer" version))
(sha256
(base32
"1d6ckwk0n4kpjmlgjpmb2fy2h89xjxkkic3cnx01y937rv8y0cpn"))))
"08ml8zcnlyjph11hdjh83wfd040q2i80h6m7x3557qi22xy3pbvw"))))
(properties
'((updater-extra-native-inputs . ("r-magick"))))
(build-system r-build-system)