guix-commits
[Top][All Lists]
Advanced

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

20/93: gnu: r-openxlsx: Update to 4.2.3.


From: guix-commits
Subject: 20/93: gnu: r-openxlsx: Update to 4.2.3.
Date: Sat, 31 Oct 2020 08:46:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ba79efee0276b7f0bd25f73ca3b69d49e975057f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:41:33 2020 +0100

    gnu: r-openxlsx: Update to 4.2.3.
    
    * gnu/packages/cran.scm (r-openxlsx): Update to 4.2.3.
---
 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 c64a934..52b665f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6086,14 +6086,14 @@ additional external tools on any platform.")
 (define-public r-openxlsx
   (package
     (name "r-openxlsx")
-    (version "4.2.2")
+    (version "4.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "openxlsx" version))
        (sha256
         (base32
-         "12sjarcmbdww6jmkcqy8c6id94zv3lwmm15ns1y0xj3ipr8qmphb"))))
+         "0vz4nlrwgsiifrgza8kfd9i1c0ya6plymrgk59vyy2z54vc8kvyd"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rcpp" ,r-rcpp)



reply via email to

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