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

* gnu/packages/statistics.scm (r-boot): Update to 1.3-27.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:41:51 +01:00
parent 31c9810b7e
commit 85b2d41eeb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -416,14 +416,14 @@ available, greatly increasing its breadth and scope.")
(define-public r-boot
(package
(name "r-boot")
(version "1.3-26")
(version "1.3-27")
(source
(origin
(method url-fetch)
(uri (cran-uri "boot" version))
(sha256
(base32
"161l3q3kdmi7s3xwl3xxg3x3zx8787hsvsr2mmawwxq2cad131fl"))))
"1v9anpxj4p83kd40gyfy8a454b2jmn11incrzym7wdvh8mdxpcil"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/boot")
(synopsis "Bootstrap functions for R")