[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/35: gnu: r-hmisc: Update to 5.1-2.
From: |
guix-commits |
Subject: |
34/35: gnu: r-hmisc: Update to 5.1-2. |
Date: |
Tue, 19 Mar 2024 10:03:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7286a4569dc7773bc07b0e4fef96ebe7e2af179f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 19 14:43:27 2024 +0100
gnu: r-hmisc: Update to 5.1-2.
* gnu/packages/statistics.scm (r-hmisc): Update to 5.1-2.
Change-Id: I6b6ab9916f58323f0bc523e3c8ff0a22e59d63b5
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 347cfcf058..952335be54 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4952,13 +4952,13 @@ package instead.")
(define-public r-hmisc
(package
(name "r-hmisc")
- (version "5.1-1")
+ (version "5.1-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "Hmisc" version))
(sha256
- (base32 "0laan26ja6m9k3spkk1ymalwb181ramzjq6ii3b0404xv2kfywa9"))))
+ (base32 "088gniwbymzhqg3vp0kpkbazryjzy9iq6wdvf9hg9qf0sjbibpg7"))))
(properties `((upstream-name . "Hmisc")))
(build-system r-build-system)
(native-inputs
- 18/35: gnu: r-insight: Update to 0.19.9., (continued)
- 18/35: gnu: r-insight: Update to 0.19.9., guix-commits, 2024/03/19
- 04/35: gnu: apache-arrow: Update to 15.0.1., guix-commits, 2024/03/19
- 19/35: gnu: r-wrs2: Update to 1.1-6., guix-commits, 2024/03/19
- 16/35: gnu: r-nestedcv: Update to 0.7.8., guix-commits, 2024/03/19
- 21/35: gnu: r-targets: Update to 1.6.0., guix-commits, 2024/03/19
- 22/35: gnu: r-remotes: Update to 2.5.0., guix-commits, 2024/03/19
- 24/35: gnu: r-bigrquery: Update to 1.5.1., guix-commits, 2024/03/19
- 30/35: gnu: r-mlr3learners: Update to 0.6.0., guix-commits, 2024/03/19
- 31/35: gnu: r-ragg: Update to 1.3.0., guix-commits, 2024/03/19
- 32/35: gnu: r-digest: Update to 0.6.35., guix-commits, 2024/03/19
- 34/35: gnu: r-hmisc: Update to 5.1-2.,
guix-commits <=