mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-boot: Update to 1.3-30.
* gnu/packages/statistics.scm (r-boot): Update to 1.3-30. Change-Id: I566d221fb15305381d21816451c6b6ad9ded96e4
This commit is contained in:
parent
e2a04cb31a
commit
0277cc6c0d
1 changed files with 2 additions and 2 deletions
|
@ -509,14 +509,14 @@ (define-public rmath-standalone
|
|||
(define-public r-boot
|
||||
(package
|
||||
(name "r-boot")
|
||||
(version "1.3-29")
|
||||
(version "1.3-30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "boot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zgvy7n01qyxk52yhk43d7z7c36nr54z98vqwmjdlmhx4zyj0s7f"))))
|
||||
"15zysf5manfsap7x0zvjzgdvs9whv137iasjydp1php6sqmxc2am"))))
|
||||
(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