guix-commits
[Top][All Lists]
Advanced

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

13/30: gnu: r-officer: Update to 0.3.13.


From: guix-commits
Subject: 13/30: gnu: r-officer: Update to 0.3.13.
Date: Sun, 30 Aug 2020 17:31:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6a689ca4178738cef1b06f20c603015a1e77815e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 30 23:28:24 2020 +0200

    gnu: r-officer: Update to 0.3.13.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.3.13.
---
 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 0749870..4954794 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6669,14 +6669,14 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.3.12")
+    (version "0.3.13")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "1wk9h6bz77s5j6lgksmlrmi1vyaa35c766gq6hgb1dp0dz0x342x"))))
+         "15v5dishdsrw95nj6f7x23llzla3sgbvw35ibdk8ld3miwzxb2kr"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-magrittr" ,r-magrittr)



reply via email to

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