guix-commits
[Top][All Lists]
Advanced

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

59/214: gnu: r-officer: Update to 0.4.4.


From: guix-commits
Subject: 59/214: gnu: r-officer: Update to 0.4.4.
Date: Tue, 20 Sep 2022 11:07:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d7e46a3b9a8a2a8239e754828032a1d24e3e9d52
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:56 2022 +0200

    gnu: r-officer: Update to 0.4.4.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.4.4.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0f0b47d20a..5f92c580ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10242,14 +10242,14 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.4.3")
+    (version "0.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "1ksfmwqb91j8n8x4vchpqr848scvf817mgiknwac7n8lfz79synk"))))
+         "1h6fcqw4bg644lwr5jggphyxp2d0ycya9q869z8099a50gc6h03f"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-r6 r-uuid r-xml2 r-zip))



reply via email to

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