rekado pushed a commit to branch master
in repository guix.

commit 3771f1f37befc92be8e9141f99ab01d1bc051ae9
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Jul 1 17:34:41 2024 +0200

    gnu: r-with-tests: Update to 4.4.1.
    
    * gnu/packages/statistics.scm (r-with-tests): Update to 4.4.1.
    
    Change-Id: Ie9080f16372205af7418d5a728716287935b14bf
---
 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 5fe9634934..3e40803827 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -228,7 +228,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
 (define r-with-tests
   (package
     (name "r-with-tests")
-    (version "4.4.0")
+    (version "4.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -236,7 +236,7 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0c7hnmr0w26vpaf8b10m83f4w3g3fl6a7z65pi9jqvcpkdgi5r5c"))))
+                "0kfrn8v8l555n5xrpf753jar5wa3vs622p967ffjkdxfx9fngjxl"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to