guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]