guix-commits
[Top][All Lists]
Advanced

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

35/138: gnu: r-openxlsx: Update to 4.2.5.


From: guix-commits
Subject: 35/138: gnu: r-openxlsx: Update to 4.2.5.
Date: Wed, 5 Jan 2022 15:24:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8f9ab3cfdca7cd32dcd20a12c7dc7ffa85f1a05b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:16 2022 +0100

    gnu: r-openxlsx: Update to 4.2.5.
    
    * gnu/packages/cran.scm (r-openxlsx): Update to 4.2.5.
---
 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 57cd17abd9..d2907405e9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7398,14 +7398,14 @@ additional external tools on any platform.")
 (define-public r-openxlsx
   (package
     (name "r-openxlsx")
-    (version "4.2.4")
+    (version "4.2.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "openxlsx" version))
        (sha256
         (base32
-         "0vn8ifxb7ccip6b1ijf5lpa6c0n5y5ll8fbabybsb8nfc0y1nmxg"))))
+         "0695b265g7jwiqk5c3vmmfkvagx82bkpwhvqzhqaqmmn34l6vl35"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-rcpp r-stringi r-zip))



reply via email to

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