gnu: r-boot: Update to 1.3-20.
* gnu/packages/statistics.scm (r-boot): Update to 1.3-20.
This commit is contained in:
parent
e584b9fc1b
commit
af1eeabe89
|
@ -264,14 +264,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-19")
|
(version "1.3-20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "boot" version))
|
(uri (cran-uri "boot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16hsw4bw9pkfc2lqxfwycm1sbvbrm4linvm0ci71n8sxc7srvkis"))))
|
"0ai1qpm0p4z07xr0dvag8sdn9jrxcwanrsk9khzmww094jvr1jxd"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://cran.r-project.org/web/packages/boot")
|
(home-page "http://cran.r-project.org/web/packages/boot")
|
||||||
(synopsis "Bootstrap functions for R")
|
(synopsis "Bootstrap functions for R")
|
||||||
|
|
Loading…
Reference in New Issue