mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-boot: Update to 1.3-27.
* gnu/packages/statistics.scm (r-boot): Update to 1.3-27.
This commit is contained in:
parent
31c9810b7e
commit
85b2d41eeb
1 changed files with 2 additions and 2 deletions
|
@ -416,14 +416,14 @@ (define-public rmath-standalone
|
|||
(define-public r-boot
|
||||
(package
|
||||
(name "r-boot")
|
||||
(version "1.3-26")
|
||||
(version "1.3-27")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "boot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"161l3q3kdmi7s3xwl3xxg3x3zx8787hsvsr2mmawwxq2cad131fl"))))
|
||||
"1v9anpxj4p83kd40gyfy8a454b2jmn11incrzym7wdvh8mdxpcil"))))
|
||||
(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