guix-commits
[Top][All Lists]
Advanced

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

51/212: gnu: r-openxlsx: Update to 4.2.5.2.


From: guix-commits
Subject: 51/212: gnu: r-openxlsx: Update to 4.2.5.2.
Date: Sat, 18 Feb 2023 14:00:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0ce18fd937ec589ee31a4deb7b257c486ed51ef0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:23 2023 +0100

    gnu: r-openxlsx: Update to 4.2.5.2.
    
    * gnu/packages/cran.scm (r-openxlsx): Update to 4.2.5.2.
---
 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 2766368af9..ffc0b30f5d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9988,14 +9988,14 @@ additional external tools on any platform.")
 (define-public r-openxlsx
   (package
     (name "r-openxlsx")
-    (version "4.2.5.1")
+    (version "4.2.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "openxlsx" version))
        (sha256
         (base32
-         "1j2516plvlrp7l0mw7xqjhjjcidfdnfsybdhi2bx3n0910w29lk4"))))
+         "0rwvzhk2brhbf1cdpg5jmwiwx5jhr9ybzvnhw0pg4bl3wpkqjw7f"))))
     (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]