1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 08:35:58 +02:00

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

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

Change-Id: I3c5dfecf461dd98ee7114de32d190db5743a6dab
This commit is contained in:
Ricardo Wurmus
2024-09-02 13:09:46 +02:00
parent 3279fd63fd
commit 5fc145ea35
+2 -2
View File
@@ -520,14 +520,14 @@ available, greatly increasing its breadth and scope.")
(define-public r-boot
(package
(name "r-boot")
(version "1.3-30")
(version "1.3-31")
(source
(origin
(method url-fetch)
(uri (cran-uri "boot" version))
(sha256
(base32
"15zysf5manfsap7x0zvjzgdvs9whv137iasjydp1php6sqmxc2am"))))
"1ln8079g7l6yxdh7bmcn2acjlln0hvrhhjbp5r0wl0xms662wm6q"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/boot")
(synopsis "Bootstrap functions for R")