1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-13 04:35:56 +02:00

gnu: r-boot: Update to 1.3-30.

* gnu/packages/statistics.scm (r-boot): Update to 1.3-30.

Change-Id: I566d221fb15305381d21816451c6b6ad9ded96e4
This commit is contained in:
Ricardo Wurmus
2024-02-26 12:25:14 +01:00
parent e2a04cb31a
commit 0277cc6c0d
+2 -2
View File
@@ -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")