guix-commits
[Top][All Lists]
Advanced

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

10/36: gnu: r-officer: Update to 0.3.6.


From: guix-commits
Subject: 10/36: gnu: r-officer: Update to 0.3.6.
Date: Thu, 14 Nov 2019 06:37:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7f4025aa830ac42f9e3a2612875b73186521bb50
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 14 08:19:42 2019 +0100

    gnu: r-officer: Update to 0.3.6.
    
    * gnu/packages/cran.scm (r-officer): Update to 0.3.6.
---
 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 d278603..a92bea5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6013,14 +6013,14 @@ references and Rd files.")
 (define-public r-officer
   (package
     (name "r-officer")
-    (version "0.3.5")
+    (version "0.3.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "officer" version))
        (sha256
         (base32
-         "005kaxjhr40shpav2pg7s7gj8f49579r7rbgwlncbwv16nn0rbbg"))))
+         "1i6jmnbkx7gd0qyf6akhizmxp7y1dh3h7a886mcbmrzka9d60zh4"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-base64enc" ,r-base64enc)



reply via email to

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