guix-commits
[Top][All Lists]
Advanced

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

45/87: gnu: r-officer: Update to 0.5.1.


From: guix-commits
Subject: 45/87: gnu: r-officer: Update to 0.5.1.
Date: Mon, 9 Jan 2023 18:27:34 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit c7d61d2077c5595e986156790f75c168e7783845
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:19:46 2023 +0100

    gnu: r-officer: Update to 0.5.1.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.5.1.
    [propagated-inputs]: Add r-openssl.
---
 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 6c29fbb76b..4420b06414 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11089,17 +11089,17 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.5.0")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "19kms5pjgb5mjqyqzgnpykd5divbkrs5apz8z27ivgw78iizsqh6"))))
+         "1r885h8ma2py3idxkki2bnsbcimrw36qd6km2bhyhlav79n7bh4w"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-r6 r-uuid r-xml2 r-zip))
+     (list r-openssl r-r6 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]