Archived
1
0
Fork 0

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 (define-public r-boot
(package (package
(name "r-boot") (name "r-boot")
(version "1.3-25") (version "1.3-26")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "boot" version)) (uri (cran-uri "boot" version))
(sha256 (sha256
(base32 (base32
"1gpvi1h3nqhnnsfy96rlhakdpj84iqqsxr29rr3261sknky3aj26")))) "161l3q3kdmi7s3xwl3xxg3x3zx8787hsvsr2mmawwxq2cad131fl"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/boot") (home-page "https://cran.r-project.org/web/packages/boot")
(synopsis "Bootstrap functions for R") (synopsis "Bootstrap functions for R")