guix-commits
[Top][All Lists]
Advanced

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

41/295: gnu: r-officer: Update to 0.3.12.


From: guix-commits
Subject: 41/295: gnu: r-officer: Update to 0.3.12.
Date: Mon, 27 Jul 2020 06:25:13 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit e34f98a4a69ee29fdbd2ed3ced51110b5d94b379
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 28 05:38:16 2020 +0200

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



reply via email to

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