[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: r-boot: Update to 1.3-29.
From: |
guix-commits |
Subject: |
03/11: gnu: r-boot: Update to 1.3-29. |
Date: |
Tue, 20 Feb 2024 14:21:45 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 601c25be016213d8379df42fe4f40af292bfb362
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 20 17:40:57 2024 +0100
gnu: r-boot: Update to 1.3-29.
* gnu/packages/statistics.scm (r-boot): Update to 1.3-29.
Change-Id: Ia0e1c2da6c4cbae22466b4778309afaddf5a257b
---
gnu/packages/cran.scm | 2 +-
gnu/packages/statistics.scm | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3d4190e0ae..740de0d6c1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015-2023 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 025539b389..dd8deef0f0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -509,14 +509,14 @@ available, greatly increasing its breadth and scope.")
(define-public r-boot
(package
(name "r-boot")
- (version "1.3-28.1")
+ (version "1.3-29")
(source
(origin
(method url-fetch)
(uri (cran-uri "boot" version))
(sha256
(base32
- "0lzz08fpn80qzm197s4806hr6skanr3r3rlx6bx7zk4cripygkfl"))))
+ "1zgvy7n01qyxk52yhk43d7z7c36nr54z98vqwmjdlmhx4zyj0s7f"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/boot")
(synopsis "Bootstrap functions for R")
- branch master updated (877abbdae7 -> 4d3c18b8fe), guix-commits, 2024/02/20
- 06/11: gnu: r-circlize: Update to 0.4.16., guix-commits, 2024/02/20
- 08/11: gnu: r-usethis: Update to 2.2.3., guix-commits, 2024/02/20
- 02/11: gnu: r-estimability: Update to 1.5., guix-commits, 2024/02/20
- 09/11: gnu: r-ggforce: Update to 0.4.2., guix-commits, 2024/02/20
- 01/11: gnu: r-dt: Update to 0.32., guix-commits, 2024/02/20
- 07/11: gnu: r-acdm: Update to 1.0.4.3., guix-commits, 2024/02/20
- 03/11: gnu: r-boot: Update to 1.3-29.,
guix-commits <=
- 04/11: gnu: r-ggvenndiagram: Update to 1.5.2., guix-commits, 2024/02/20
- 05/11: gnu: r-callr: Update to 3.7.5., guix-commits, 2024/02/20
- 11/11: gnu: r-tam: Update to 4.2-21., guix-commits, 2024/02/20
- 10/11: gnu: r-imager: Update to 0.45.8., guix-commits, 2024/02/20