me
/
guix
Archived
1
0
Fork 0

gnu: r-boot: Update to 1.3-28.1.

* gnu/packages/statistics.scm (r-boot): Update to 1.3-28.1.
Ricardo Wurmus 2022-11-29 15:22:34 +01:00
parent b1f60f9d3e
commit efd37cff50
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -486,14 +486,14 @@ available, greatly increasing its breadth and scope.")
(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")