guix-commits
[Top][All Lists]
Advanced

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

38/139: gnu: r-openxlsx: Update to 4.2.6.1.


From: guix-commits
Subject: 38/139: gnu: r-openxlsx: Update to 4.2.6.1.
Date: Sat, 17 Aug 2024 15:56:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ecebe70aeaa2d59eee684df8d83045bccefaa964
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 16 18:33:52 2024 +0200

    gnu: r-openxlsx: Update to 4.2.6.1.
    
    * gnu/packages/cran.scm (r-openxlsx): Update to 4.2.6.1.
    
    Change-Id: Ife073da51eab336cd8f2ab0c5c4f38b95347c35a
---
 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 304a3a93e5..1b07e83148 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13659,14 +13659,14 @@ custom infix operators.")
 (define-public r-openxlsx
   (package
     (name "r-openxlsx")
-    (version "4.2.5.2")
+    (version "4.2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "openxlsx" version))
        (sha256
         (base32
-         "0rwvzhk2brhbf1cdpg5jmwiwx5jhr9ybzvnhw0pg4bl3wpkqjw7f"))))
+         "1absl7kl3gzg2rwjv3qj74clcyj6xgfbxc6232ddi8fnll3ca262"))))
     (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]