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

* gnu/packages/statistics.scm (r-boot): Update to 1.3-26.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:56:21 +01:00
parent d2d6bbfe8f
commit 184bb5a137
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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")