guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

58/158: gnu: r-officer: Update to 0.6.1.


From: guix-commits
Subject: 58/158: gnu: r-officer: Update to 0.6.1.
Date: Sun, 19 Mar 2023 13:24:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f29feaa2bbb914c7986e747e7ff1b105340c0173
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:25 2023 +0100

    gnu: r-officer: Update to 0.6.1.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.6.1.
    [propagated-inputs]: Add r-ragg.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d6813ff761..3d37ee6253 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11876,17 +11876,17 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.5.2")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "1wpbn37r16si2vqzsnv93435f2hir7lkxl2qqvp4g0l0ikpkicxw"))))
+         "19sn36aaxr2bmxm8lrs1vqmc4fc1gfwarp418pn09jk105ckykh8"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-openssl r-r6 r-uuid r-xml2 r-zip))
+     (list r-openssl r-r6 r-ragg r-uuid r-xml2 r-zip))
     (home-page "https://davidgohel.github.io/officer";)
     (synopsis "Manipulation of Word and PowerPoint documents")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]