rekado pushed a commit to branch r-updates
in repository guix.

commit fea5001a1c770c04918f8526adf34ac3f00f2041
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Mar 6 13:44:25 2024 +0100

    gnu: r-with-tests: Update to 4.3.3.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 4.3.3.
    
    Change-Id: Ida43d1e7f747245b01aa6fc73716b79611f0bbfd
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0c830db6e5..660400fc23 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -223,7 +223,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
 (define r-with-tests
   (package
     (name "r-with-tests")
-    (version "4.3.2")
+    (version "4.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -231,7 +231,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0aj51j34q2b28y28xvlf0dwdj8vpnhjwpvqf7xm05s7fq857dxdk"))))
+                "0c03abq3kqg6d2yhrijy9j3fsl77har3k7pffwwbz19v74qi51c0"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to