guix-commits
[Top][All Lists]
Advanced

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

32/146: gnu: r-officer: Update to 0.4.2.


From: guix-commits
Subject: 32/146: gnu: r-officer: Update to 0.4.2.
Date: Mon, 11 Apr 2022 17:08:29 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 0b692e29024dc7b263b0fa5882829a5eb67cea05
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:10 2022 +0200

    gnu: r-officer: Update to 0.4.2.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.4.2.
    [native-inputs]: Remove r-knitr.
---
 gnu/packages/cran.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3c8c7700cb..963dfc1764 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9412,19 +9412,17 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.4.1")
+    (version "0.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "1gfx299zr4q2264q37994pirv5bd5isn1cszccz603ij3q40wajr"))))
+         "0qmn62srh9zicgizyblanirbdva7f09g967yb86kfrn05ckh5y10"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-r6 r-uuid r-xml2 r-zip))
-    (native-inputs
-     (list r-knitr))
     (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]