guix-commits
[Top][All Lists]
Advanced

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

31/77: gnu: r-officer: Update to 0.6.3.


From: guix-commits
Subject: 31/77: gnu: r-officer: Update to 0.6.3.
Date: Wed, 25 Oct 2023 10:59:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1b6d0256f54ed8e0e07fce38bca12951fa359bbc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:37 2023 +0200

    gnu: r-officer: Update to 0.6.3.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.6.3.
    
    Change-Id: I7e7e3e97d68c05ac7ebce5c702415ef413a5cfcf
---
 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 8e3b231b52..af0a313833 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13177,14 +13177,14 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.6.2")
+    (version "0.6.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "0dfk1didy5lfh07chqfwlrdlrib7a5na65rb71ipnxlhbiwbaj09"))))
+         "0z3phawwxj4h1pwzw8lsl6pnypr77b329mg6r2qnzmj0j81585z5"))))
     (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]