guix-commits
[Top][All Lists]
Advanced

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

77/96: gnu: r-boot: Update to 1.3-26.


From: guix-commits
Subject: 77/96: gnu: r-boot: Update to 1.3-26.
Date: Wed, 10 Feb 2021 19:06:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 184bb5a137ce137eb81a0fe590d14e36e45cb15c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:56:21 2021 +0100

    gnu: r-boot: Update to 1.3-26.
    
    * gnu/packages/statistics.scm (r-boot): Update to 1.3-26.
---
 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 77cd629..5a2b17e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -417,14 +417,14 @@ available, greatly increasing its breadth and scope.")
 (define-public r-boot
   (package
     (name "r-boot")
-    (version "1.3-25")
+    (version "1.3-26")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "boot" version))
        (sha256
         (base32
-         "1gpvi1h3nqhnnsfy96rlhakdpj84iqqsxr29rr3261sknky3aj26"))))
+         "161l3q3kdmi7s3xwl3xxg3x3zx8787hsvsr2mmawwxq2cad131fl"))))
     (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]