guix-commits
[Top][All Lists]
Advanced

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

14/57: gnu: r-officer: Update to 0.3.19.


From: guix-commits
Subject: 14/57: gnu: r-officer: Update to 0.3.19.
Date: Mon, 26 Jul 2021 09:39:21 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 1a34b87f096f0511e5bac911a881a7245c8962e4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:07 2021 +0200

    gnu: r-officer: Update to 0.3.19.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.3.19.
---
 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 a12533c..e60c82a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8475,14 +8475,14 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.3.18")
+    (version "0.3.19")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "1j3bv4j8x5ijj0j447vpdsk4p8pl3ncwdwnns6n3plfrqgsf3vsg"))))
+         "06g2a6p0ik17fm5jlbl64kwg6jqm8hd52sfg6z87ni0c1yllzg7i"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-r6" ,r-r6)



reply via email to

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