mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-boot: Update to 1.3-28.1.
* gnu/packages/statistics.scm (r-boot): Update to 1.3-28.1.
This commit is contained in:
parent
b1f60f9d3e
commit
efd37cff50
1 changed files with 2 additions and 2 deletions
|
@ -486,14 +486,14 @@ (define-public rmath-standalone
|
|||
(define-public r-boot
|
||||
(package
|
||||
(name "r-boot")
|
||||
(version "1.3-28")
|
||||
(version "1.3-28.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "boot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cjafhqv1c1mrjjcasqr767vs96wjcc6am9r1icryr8l4zymhwcz"))))
|
||||
"0lzz08fpn80qzm197s4806hr6skanr3r3rlx6bx7zk4cripygkfl"))))
|
||||
(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