Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-boot): Update to 1.3-25.
This commit is contained in:
Ricardo Wurmus 2020-04-30 15:26:52 +02:00
parent c54b41093d
commit 1b6434a324
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -407,14 +407,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-24") (version "1.3-25")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "boot" version)) (uri (cran-uri "boot" version))
(sha256 (sha256
(base32 (base32
"0yv0l55kjmlfdx1xhgyjdi0bskxhfal74wr5jxaib1qj99nmkm49")))) "1gpvi1h3nqhnnsfy96rlhakdpj84iqqsxr29rr3261sknky3aj26"))))
(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")