gnu: r-boot: Update to 1.3-26.
* gnu/packages/statistics.scm (r-boot): Update to 1.3-26.
This commit is contained in:
parent
d2d6bbfe8f
commit
184bb5a137
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Reference in a new issue