diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-08-06 12:34:51 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-08-06 15:48:50 +0200 |
commit | 6eccb0879f1e2365d80f7b84dc548510a7e7309c (patch) | |
tree | 45315cc0089970d21fcce344f0b3fcdddf60b4ba | |
parent | 49fd98bf657dacc49af663750eaf9fd9721b93ea (diff) | |
download | guix-6eccb0879f1e2365d80f7b84dc548510a7e7309c.tar.gz guix-6eccb0879f1e2365d80f7b84dc548510a7e7309c.zip |
gnu: r-boot: Update to 1.3-23.
* gnu/packages/statistics.scm (r-boot): Update to 1.3-23.
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index eb5e5b4b76..3244fe47f1 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -397,14 +397,14 @@ available, greatly increasing its breadth and scope.") (define-public r-boot (package (name "r-boot") - (version "1.3-22") + (version "1.3-23") (source (origin (method url-fetch) (uri (cran-uri "boot" version)) (sha256 (base32 - "1z2dig1mi76b3b9ck6qlkh07l3hs478gaf70db5nv8x7w2qhq7yg")))) + "0bx07zbb5nfz2xfgnzbspg7r5vxz4bjdz1ry4d1vk434vlcrxj1h")))) (build-system r-build-system) (home-page "https://cran.r-project.org/web/packages/boot") (synopsis "Bootstrap functions for R") |