guix-commits
[Top][All Lists]
Advanced

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

24/54: gnu: r-officer: Update to 0.6.2.


From: guix-commits
Subject: 24/54: gnu: r-officer: Update to 0.6.2.
Date: Thu, 30 Mar 2023 13:22:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c938338563900764b231cf93dbbd519dc6b49acf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 17:56:39 2023 +0200

    gnu: r-officer: Update to 0.6.2.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.6.2.
---
 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 b959730c08..f3f0243de1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12182,14 +12182,14 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.6.1")
+    (version "0.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "19sn36aaxr2bmxm8lrs1vqmc4fc1gfwarp418pn09jk105ckykh8"))))
+         "0dfk1didy5lfh07chqfwlrdlrib7a5na65rb71ipnxlhbiwbaj09"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-openssl r-r6 r-ragg r-uuid r-xml2 r-zip))



reply via email to

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