guix-commits
[Top][All Lists]
Advanced

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

22/27: gnu: r-boot: Update to 1.3-30.


From: guix-commits
Subject: 22/27: gnu: r-boot: Update to 1.3-30.
Date: Mon, 26 Feb 2024 06:35:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0277cc6c0df2644972188a59564384d394b8e7be
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 12:25:14 2024 +0100

    gnu: r-boot: Update to 1.3-30.
    
    * gnu/packages/statistics.scm (r-boot): Update to 1.3-30.
    
    Change-Id: I566d221fb15305381d21816451c6b6ad9ded96e4
---
 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 01d5e25a1a..ecad9e6230 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -509,14 +509,14 @@ available, greatly increasing its breadth and scope.")
 (define-public r-boot
   (package
     (name "r-boot")
-    (version "1.3-29")
+    (version "1.3-30")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "boot" version))
        (sha256
         (base32
-         "1zgvy7n01qyxk52yhk43d7z7c36nr54z98vqwmjdlmhx4zyj0s7f"))))
+         "15zysf5manfsap7x0zvjzgdvs9whv137iasjydp1php6sqmxc2am"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/boot";)
     (synopsis "Bootstrap functions for R")



reply via email to

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