gnu: r-boot: Update to 1.3-24.
* gnu/packages/statistics.scm (r-boot): Update to 1.3-24.
This commit is contained in:
parent
61e21c0899
commit
20fb28b229
1 changed files with 2 additions and 2 deletions
|
@ -399,14 +399,14 @@ (define-public rmath-standalone
|
|||
(define-public r-boot
|
||||
(package
|
||||
(name "r-boot")
|
||||
(version "1.3-23")
|
||||
(version "1.3-24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "boot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bx07zbb5nfz2xfgnzbspg7r5vxz4bjdz1ry4d1vk434vlcrxj1h"))))
|
||||
"0yv0l55kjmlfdx1xhgyjdi0bskxhfal74wr5jxaib1qj99nmkm49"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/boot")
|
||||
(synopsis "Bootstrap functions for R")
|
||||
|
|
Loading…
Reference in a new issue