[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/45: gnu: r-tclust: Update to 1.5-6.
From: |
guix-commits |
Subject: |
44/45: gnu: r-tclust: Update to 1.5-6. |
Date: |
Sat, 10 Feb 2024 07:53:37 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit aa7dd6fccadf09f04915cdf2be13ca2576309b63
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 10 13:02:36 2024 +0100
gnu: r-tclust: Update to 1.5-6.
* gnu/packages/statistics.scm (r-tclust): Update to 1.5-6.
Change-Id: Ic456aba29495c670f9a9be8ae9257017730cf1f2
---
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 0931adcd45..2ddbe0d91d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6249,14 +6249,14 @@ multivariate case.")
(define-public r-tclust
(package
(name "r-tclust")
- (version "1.5-5")
+ (version "1.5-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "tclust" version))
(sha256
(base32
- "15jl1srsn0m0r5qafbkqsvnh44j30nh3yhipw030mdfa4qkbz3gw"))))
+ "1p7y58mklcwq76msh1q8pm2v6v19ja6fy07xg1j07d2zw2wa0phy"))))
(build-system r-build-system)
;; These are all suggested packages, not build dependencies.
(propagated-inputs
- 23/45: gnu: r-lemon: Update to 0.4.9., (continued)
- 23/45: gnu: r-lemon: Update to 0.4.9., guix-commits, 2024/02/10
- 40/45: gnu: r-rcpparmadillo: Update to 0.12.8.0.0., guix-commits, 2024/02/10
- 15/45: gnu: r-writexl: Update to 1.5.0., guix-commits, 2024/02/10
- 28/45: gnu: r-plot3d: Update to 1.4.1., guix-commits, 2024/02/10
- 32/45: gnu: r-lim: Update to 1.4.7.1., guix-commits, 2024/02/10
- 30/45: gnu: r-smpracticals: Update to 1.4-3.1., guix-commits, 2024/02/10
- 42/45: gnu: r-ggthemes: Update to 5.1.0., guix-commits, 2024/02/10
- 39/45: gnu: r-seqminer: Update to 9.4., guix-commits, 2024/02/10
- 38/45: gnu: r-spatstat-linnet: Update to 3.1-4., guix-commits, 2024/02/10
- 33/45: gnu: r-lisreltor: Update to 0.3., guix-commits, 2024/02/10
- 44/45: gnu: r-tclust: Update to 1.5-6.,
guix-commits <=