guix-commits
[Top][All Lists]
Advanced

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

06/21: gnu: r-officer: Update to 0.5.0.


From: guix-commits
Subject: 06/21: gnu: r-officer: Update to 0.5.0.
Date: Mon, 2 Jan 2023 09:07:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 195848407aca1907d473d24be4e3e047ed77e7a0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 2 15:00:08 2023 +0100

    gnu: r-officer: Update to 0.5.0.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.5.0.
---
 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 fac734a7bd..d422325062 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11057,14 +11057,14 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.4.4")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "1h6fcqw4bg644lwr5jggphyxp2d0ycya9q869z8099a50gc6h03f"))))
+         "19kms5pjgb5mjqyqzgnpykd5divbkrs5apz8z27ivgw78iizsqh6"))))
     (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]